Browser-only tool
Unix timestamp converter
Convert seconds or milliseconds since Unix epoch into readable dates, and generate timestamps from date-time values for logs, APIs, and debugging.
Browser-only tool
Convert seconds or milliseconds since Unix epoch into readable dates, and generate timestamps from date-time values for logs, APIs, and debugging.
Warning: client-side time is useful for conversion and debugging, but it must not be trusted for authentication, authorization, billing, or audit controls.
Use seconds, milliseconds, or an ISO date-time.
Timestamp conversion runs locally in your browser and does not upload date values.
A Unix timestamp counts elapsed time since 1970-01-01 00:00:00 UTC, usually in seconds or milliseconds.
They may be in milliseconds instead of seconds. JavaScript Date values commonly use milliseconds.
The timestamp represents an absolute moment. Timezone changes only how that moment is displayed.
Prefer UTC or explicit ISO timestamps for APIs. Local time can be ambiguous around daylight saving changes.
Timestamps are not authentication or authorization controls. Never trust client-side time for security decisions.