timestamp

Convert Unix, ISO 8601, and human-readable timestamps with UTC and local timezone options.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill timestamp-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timestamp
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/timestamp
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill timestamp-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex task of working with various time formats, ensuring accuracy and ease in date and time conversions.

Core Features & Use Cases

  • Format Conversion: Seamlessly convert between Unix timestamps, ISO 8601, and human-readable dates.
  • Relative Time Parsing: Understand and calculate times like "tomorrow," "2 hours ago," or "next week."
  • Time Difference Calculation: Easily find the duration between two points in time.
  • Use Case: Convert a Unix timestamp received from an API into a human-readable date for your report.

Quick Start

Convert the Unix timestamp 1704067200 to a human-readable date.

Frequently Asked Questions about timestamp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Unix timestamp to a human-readable date?

To convert a Unix timestamp to a human-readable date, the Skill parses the numeric value and formats it into a standard date string. It seamlessly handles conversions between Unix time, ISO 8601, and human-readable formats.

What is the best way to calculate time differences between two dates?

Calculating time differences involves parsing two points in time and measuring the duration between them. The Skill easily finds the duration between two dates, supporting Unix timestamps and ISO 8601 formats.

Can I parse relative time expressions like '2 hours ago' or 'next week'?

Yes, you can parse relative time expressions such as '2 hours ago' or 'next week'. The Skill understands and calculates relative times, converting these natural language phrases into absolute timestamps.

Does timestamp conversion default to UTC or local timezone?

Timestamp conversion operates using UTC by default to ensure global accuracy. The Skill includes an option to switch to your local timezone for calculations and format conversions when needed.

Why do I need ISO 8601 conversion for my API data?

You need ISO 8601 conversion for API data because it provides a standardized, unambiguous time format. The Skill simplifies working with these various formats, ensuring accuracy when mapping API payloads to human-readable dates.

What are the limitations of using relative time parsing?

The limitations of relative time parsing depend on the complexity of the natural language phrase provided. While it handles common expressions like 'tomorrow', highly ambiguous phrases may require explicit Unix or ISO 8601 inputs to calculate time differences accurately.