What is a Unix timestamp?
A Unix timestamp represents a moment as elapsed time since 1 January 1970 UTC. It is commonly stored in seconds or milliseconds.
Convert Unix timestamps to human-readable dates and generate timestamps locally in your browser.
How it worksConvert API values, inspect log entries, prepare database records, schedule events, and compare dates across time zones.
A Unix timestamp represents a moment as elapsed time since 1 January 1970 UTC. It is commonly stored in seconds or milliseconds.
Yes. Enter a 10-digit Unix timestamp in seconds or a 13-digit Unix timestamp in milliseconds.
UTC is a global reference time. Local time applies the selected time zone and its applicable daylight-saving rules.
Yes. The timestamp-to-date result includes an ISO 8601 representation that is convenient for APIs, logs, and interchange.
No. Conversions happen locally in your browser and DevKit does not upload or store the values you enter.
This usually means seconds were entered where milliseconds were expected, or the value was incomplete.
The current timestamp is the number of elapsed seconds or milliseconds since 1 January 1970 UTC at this moment.
No. A Unix timestamp represents one instant. Time zones affect only how that instant is displayed.
Continue with a related CloudDevKit tool.