UnixTime
Installation
SKILL.md
UnixTime
A Unix time utility for converting timestamps, counting down to events, and analyzing time ranges. Features millisecond detection, ISO 8601 output, and detailed duration breakdowns.
Commands
| Command | Description |
|---|---|
unixtime current |
Show current Unix timestamp with epoch (s/ms), local, UTC, ISO 8601, day-of-year, week number |
unixtime to-date <timestamp> |
Convert a Unix timestamp to readable date (auto-detects milliseconds for 13+ digit values) |
unixtime to-epoch <date-string> |
Convert a human-readable date string to Unix epoch |
unixtime countdown <future-timestamp> |
Show time remaining until a future timestamp (or how long ago it passed) |
unixtime ranges <start> <end> |
Show full duration between two timestamps (seconds through weeks) |
unixtime version |
Show version |
unixtime help |
Show available commands and usage |