Updated 2026-07-09
Convert Unix timestamps to human-readable dates and back, online and free. Paste an epoch value in seconds or milliseconds and SnapTools shows the date in UTC, your chosen timezone, ISO 8601, RFC 2822, and relative ("2 years ago") form — or type a date to get the matching timestamp. Everything runs in your browser, so nothing is uploaded.
Unix time is everywhere — log files, databases, JWTs, cookies, and API payloads all store moments as epoch seconds or milliseconds. This converter turns those opaque numbers into dates you can read (and the reverse) in a single step, with one-click copy for every format.
1700000000
2023-11-14 22:13:20 UTC
2024-01-01T00:00:00Z
1704067200
1700000000000
1700000000 (seconds)
↳ Curious to go deeper? Read the Unix time explained: epoch, milliseconds, and timezones guide →
curl -X POST https://snaptools.dev/api/v1/tools/timestamp-converter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"value":"1700000000"}'