Video guide · 19 seconds
Watch: convert Unix timestamps
No sound. Each step is captioned on screen and also written out in the guide below.
Data & developer tools / Time
Turn Unix timestamps into readable dates, or convert an ISO date back to seconds and milliseconds.
Workspace
Video guide · 19 seconds
No sound. Each step is captioned on screen and also written out in the guide below.
How it works
Select Unix timestamp or ISO date. For timestamps, select seconds or milliseconds.
See the Unix values, UTC date, and the same moment in your device's timezone.
Copy the report or download it as a text file. Use current time takes a snapshot of your device clock.
Example
1767225600 seconds 1767225600000 milliseconds 2026-01-01T00:00:00.000Z
All three represent the same instant. A local date can fall on the previous day depending on your timezone.
Good to know
Unix time counts elapsed seconds since January 1, 1970 at 00:00:00 UTC, without counting leap seconds. Negative values represent earlier dates.
One second is 1,000 milliseconds. This tool does not guess the unit from the number's length, so early dates and negative values remain unambiguous. Millisecond inputs must be whole numbers.
Use a four-digit year and an explicit timezone: YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss±HH:mm. Up to three fractional-second digits are supported. For example, 2026-01-01T05:30:00+05:30 is midnight UTC. Date-only values, ambiguous local times, and leap-second inputs are rejected.
Your browser uses your device's timezone and daylight-saving rules for the local result. ISO input must include Z for UTC or a numeric offset to identify one instant even during a daylight-saving transition.