Seconds and milliseconds
Unix timestamps are commonly stored as seconds, while JavaScript often uses milliseconds. The converter accepts either form and displays the corresponding date.
Convert Unix epoch timestamps into readable date formats or turn a selected date and time into a timestamp. Results include local and standardized representations that can be copied individually.
Unix timestamps are commonly stored as seconds, while JavaScript often uses milliseconds. The converter accepts either form and displays the corresponding date.
A Unix timestamp represents one instant in UTC. Local date output depends on the timezone configured on your device, so verify the displayed zone when scheduling across regions.
It is the reference point at 00:00:00 UTC on January 1, 1970. Unix timestamps count elapsed time from that instant.
Yes. You can enter common Unix timestamps in seconds or JavaScript-style timestamps in milliseconds.
Local output applies the timezone configured on your device, while UTC output does not apply a local offset.
Convert between Unix timestamps and human-readable dates