Loading tool…
Convert a Unix epoch timestamp to a readable UTC/local date, or turn a date into its epoch value. The tool auto-detects whether your number is in seconds or milliseconds.
Loading tool…
now) to get its timestamp.Privacy: this tool runs entirely in your browser. Your input is never sent to, received by, or stored on any server — there are no uploads and no tracking of what you enter.
A Unix timestamp (epoch time, POSIX time) is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970, ignoring leap seconds. It's a single integer with no time zone, which makes it the standard way computers store moments in time.
Classic Unix time is in seconds (a 10-digit number around now). JavaScript and many APIs use milliseconds (13 digits). This converter detects 13+ digit numbers as milliseconds automatically.
Epoch values are always UTC. This tool shows both the UTC string and your local time so you can see the offset applied by your browser's time zone.
2025-06-02T14:22:23Z), YYYY-MM-DD HH:MM:SS, and most formats your browser's Date parser understands.