Unix epoch
Unix time counts seconds since 1 January 1970 00:00:00 UTC (the epoch). APIs often use milliseconds (13 digits) or microseconds (16 digits). This tool auto-detects unit from digit length.
Convert Unix timestamps (seconds, milliseconds, microseconds) to readable dates — GMT, your timezone, ISO 8601, and more. All locally in your browser.
Right now
Unix seconds
1779047606
Unix milliseconds
1779047606934
Convert timestamp
Uses your browser timezone (Europe/Berlin) to build the Unix value.
All formats
Unix timestamp (seconds)
1779047606
Unix timestamp (milliseconds)
1779047606934
GMT / UTC
Greenwich Mean Time — same instant as UTC
Sunday, May 17, 2026 at 7:53:26 PM UTC
Your timezone (Europe/Berlin)
Wall clock in your browser timezone
Sunday, May 17, 2026 at 9:53:26 PM GMT+2
Relative to now
0 seconds ago
ISO 8601 (UTC)
2026-05-17T19:53:26.934Z
ISO 8601 with local offset
2026-05-17T21:53:26+02:00
RFC 2822
Sun, 17 May 2026 19:53:26 GMT
Unix timestamp (microseconds)
1779047606934000
Day of week (UTC)
Sunday
ISO week
ISO 8601 week date
2026-W20
Day of year (UTC)
137
Unix seconds (hex)
0x6A0A1CB6
SQL datetime (UTC)
2026-05-17 19:53:26
JavaScript Date
new Date(1779047606934)
Milliseconds since Unix epoch
1779047606934 ms
Convert time between cities
Choose a source city and local wall-clock time. The same instant is shown in every destination below — with GMT/UTC, offsets, and DST hints.
From
Time snapshot
Europe/Berlin · UTC+02:00 · GMT+2
Same time as selected city
2h behind selected city
To — compare cities
Quick add timezone
UTC (GMT)
−2h vs sourceUTC
Sun, May 17, 2026, 7:53:00 PM UTC
GMT / UTC: May 17, 2026, 7:53:00 PM UTC
UTC+00:00 · UTC
Target is 2 hours behind of source at this moment.
New York, United States
−6h vs sourceAmerica/New_York
Sun, May 17, 2026, 3:53:00 PM EDT
GMT / UTC: May 17, 2026, 7:53:00 PM UTC
UTC-04:00 · EDT · DST likely
Target is 6 hours behind of source at this moment.
London, United Kingdom
−1h vs sourceEurope/London
Sun, May 17, 2026, 8:53:00 PM GMT+1
GMT / UTC: May 17, 2026, 7:53:00 PM UTC
UTC+01:00 · GMT+1 · DST likely
Target is 1 hour behind of source at this moment.
Tokyo, Japan
+7h vs sourceAsia/Tokyo
Mon, May 18, 2026, 4:53:00 AM GMT+9
GMT / UTC: May 17, 2026, 7:53:00 PM UTC
UTC+09:00 · GMT+9
Target is 7 hours ahead of source at this moment.
Unix time counts seconds since 1 January 1970 00:00:00 UTC (the epoch). APIs often use milliseconds (13 digits) or microseconds (16 digits). This tool auto-detects unit from digit length.
UTC (Coordinated Universal Time) is the global baseline. Your local timezone applies an offset (e.g. UTC+05:30 for India). ISO 8601
strings may end with Z (UTC) or +05:30 (offset).
Search picks a city from a catalog of 14,000+ places; each row includes an IANA zone
(e.g. Asia/Kolkata) resolved from coordinates. Zones handle historical and
future DST rules — prefer city search over fixed offsets when scheduling.
JavaScript dates use millisecond precision and ignore leap seconds. 32-bit signed Unix seconds overflow on 19 January 2038; use 64-bit or milliseconds in new systems.
2024-06-01T14:30:00.000ZYYYY-MM-DD HH:MM:SS (often UTC in servers)Conversions run entirely in your browser. Nothing is sent to our servers.