Current Unix Time
-
Seconds since January 1, 1970 UTC.
Developer time tool
Convert epoch seconds and milliseconds into local time, UTC time, and ISO 8601. Use the live current timestamp for code, logs, databases, or API requests.
-
Seconds since January 1, 1970 UTC.
-
JavaScript-style epoch milliseconds.
-
-
Unix time starts at 1970-01-01 00:00:00 UTC.
A 10-digit timestamp usually means seconds. A 13-digit timestamp usually means milliseconds.
The timestamp identifies one instant. Local and UTC displays are different views of that same instant.
Continue from Unix time into ISO 8601, UTC conversion, exact current time, or device clock diagnostics.
Live atomic time with milliseconds, UTC, Unix time, network delay, and device offset.
Compare your device clock against calibrated time and copy a diagnostic report.
Check current UTC with milliseconds and convert local date-time values to UTC.
Create, parse, and convert ISO timestamps for logs, APIs, and databases.
Configure your computer or server to keep system time synchronized.
Understand RTT, estimated accuracy, device offset, fallback behavior, and privacy boundaries.
A Unix timestamp is the number of seconds since 00:00:00 UTC on January 1, 1970.
No. Unix time is counted from a UTC reference point. Local timezone only affects the calendar display.
Use seconds when an API asks for epoch seconds, and milliseconds when JavaScript or logs expect epoch milliseconds.