Epoch Converter
Type a Unix timestamp or a date, and read the whole calendar breakdown back. Named timezones are handled honestly: a local time that never happened, or happened twice, is shown rather than guessed.
This is generated in browser and is not sent to pah.moi servers.
About this tool1 paragraph
Convert a Unix timestamp (seconds, milliseconds, microseconds or nanoseconds, decimal or hex) to a calendar breakdown, or go the other way from an ISO 8601 / RFC 3339 date or a plain date. See UTC and local side by side, pick a named IANA timezone with honest daylight-saving handling (a nonexistent or ambiguous local time is shown, never guessed), and read RFC 2822/3339 lines, the ISO week, a relative time, a Year-2038 cue, and the exact difference between two timestamps.
Use it locally
This tool has a native command line twin. Build
epoch-cli from the site's source with:
cargo build --release --bin epoch-cliSource and licence terms