β²οΈ Unix Timestamp Converter
π An toΓ n & PhΓa mΓ‘y khΓ‘ch
Convert between Unix timestamps and dates. Auto-detects seconds vs. milliseconds and shows both UTC and your local time zone.
Current Unix time (UTC)
β
β
UTCβ
Localβ
Secondsβ
Millisecondsβ
How to use
- The current Unix time updates live at the top β click Use Now to copy it into the converter.
- To convert a timestamp to a date: paste the number and press Convert. Seconds (10 digits) and milliseconds (13 digits) are auto-detected.
- To convert a date string to a timestamp: paste an ISO 8601 string (
2024-01-15T12:00:00Z) or just2024-01-15and press Convert. - Both UTC and your local time-zone are shown so you don't need to do time-zone math.
Unix time counts seconds since 1970-01-01 UTC, ignoring leap seconds. The 32-bit signed range overflows in 2038 β most modern systems use 64-bit and are unaffected.
Examples
Timestamp β date:
1700000000 β 2023-11-14T22:13:20Z (UTC)
1700000000000 β 2023-11-14T22:13:20.000Z
0 β 1970-01-01T00:00:00Z (Unix epoch)Date β timestamp:
2024-01-15T12:00:00Z β 1705320000 (seconds)
β 1705320000000 (ms)