Auto-detects formats
Seconds, ms, µs, ns, ISO, RFC, and common date strings.
Convert epoch timestamps to human-readable dates in any timezone. Auto-detects seconds, milliseconds, microseconds, nanoseconds, ISO 8601, RFC 2822, and common date strings. Static, fast, and browser-based.
Seconds, ms, µs, ns, ISO, RFC, and common date strings.
Live Unix seconds and milliseconds with one-click copy.
Convert and build timestamps in the zone you choose.
This wall-clock time is interpreted in the selected timezone. Change the Timezone selector above to convert dates in another zone.
| Input | Type | Unix s | Unix ms | UTC | Selected zone |
|---|
As computers became useful utilities, they needed a consistent way to track time. Systems interacting with one another needed a shared time reference for communication, databases, logs, and comparisons.
Conventional dates like “December 25, 1985 - 3:45pm” contain characters and formatting rules that must be parsed. Storing time as a simple integer, such as “504373500”, makes it easier for computers to store, sort, and compare.
The Unix Epoch is the universal starting point for Unix time. A Unix timestamp represents the number of seconds since January 1, 1970 at 00:00:00 UTC, also known as Unix time or POSIX time.
Use this Unix timestamp converter to translate epoch time into UTC, local time, ISO 8601, RFC 2822, and timezone-specific dates. It supports Unix seconds, milliseconds, microseconds, nanoseconds, natural-language dates, batch conversion, and date-to-timestamp generation directly in your browser.
2024-03-15T10:00:00Z.tomorrow 5pm, next Friday at noon, and in 2 hours.A Unix timestamp is a numeric count of time since January 1, 1970 at 00:00:00 UTC. Most Unix timestamps use seconds, while JavaScript and many APIs often use milliseconds.
Milliseconds are Unix time multiplied by 1000. This tool auto-detects millisecond timestamps, or you can choose “Milliseconds” from the numeric unit override menu.
No. A Unix timestamp represents one instant in time. Timezones only change how that instant is displayed as a human-readable date and time.
Yes. The converter understands practical natural-language phrases including “tomorrow 5pm”, “next Friday at noon”, “in 2 hours”, “3 days ago”, and “tonight”.