Convert
Convert Unix timestamps to dates across timezones in your browser.
Runs entirely in your browser
Nothing you paste is uploaded. Monaco and Prettier load on demand from this origin.
Timestamp or date
- Unix (s)
- 1786628119
- Unix (ms)
- 1786628119000
- ISO 8601 (UTC)
- 2026-08-13T13:35:19.000Z
- Local
- Thu Aug 13 2026 13:35:19 GMT+0000 (Coordinated Universal Time)
- UTC
- Thu, 13 Aug 2026 13:35:19 GMT
- Relative
- just now
There is no upload endpoint — your files are processed in this browser tab. Open your network tab and check. See how it stays private.
How to unix timestamp converter
- Enter a value. Paste a Unix timestamp or pick a date/time.
- Choose units & zone. Set seconds or milliseconds and the timezone.
- Read the result. See the converted date or epoch value.
Logs and databases store time as an epoch integer that's meaningless at a glance. Converting to a human date — in the right timezone — is a constant debugging need, and going the other way lets you craft test values.
For formatting patterns, see the Date format token reference; for other number representations, use the number base converter.
Frequently asked questions
Seconds or milliseconds?
Unix time is classically in seconds, but JavaScript and many APIs use milliseconds. The tool handles both — a 13-digit value is typically milliseconds, 10 digits seconds.
Can it show the time in another timezone?
Yes. Pick a timezone and the same instant is shown in that zone, which is essential for debugging logs from different regions.
Is anything uploaded?
No. The conversion is pure math done in the browser, so nothing leaves your device.
Related tools
- Date tokensReference for strftime and date-fns format tokens.
- Number baseConvert between binary, octal, decimal, and hexadecimal.
- Cron explainerType a cron expression and get a plain-English summary of when it runs.
- JSON toolkitFormat, validate, minify, and explore JSON in a collapsible tree — all in your browser.