Epoch
Installation
SKILL.md
Epoch
A real Unix timestamp tool for converting, comparing, and calculating epoch timestamps. All conversions use the system date command with support for both local and UTC output.
Commands
| Command | Description |
|---|---|
epoch now |
Show current epoch timestamp + human-readable date (local & UTC) |
epoch convert <timestamp> |
Convert an epoch timestamp to human-readable local, UTC, and age |
epoch from <date-string> |
Convert a human-readable date string to epoch |
epoch diff <ts1> <ts2> |
Calculate difference between two timestamps (seconds, minutes, hours, days) |
epoch add <timestamp> <seconds> |
Add seconds to a timestamp and show the result |
epoch version |
Show version |
epoch help |
Show available commands and usage |