현재 Unix 시간
-
Seconds since January 1, 1970 UTC.
개발자 시간 도구
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.
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.