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 Unix timestamps from date and time.
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.