Utility Tools
Timestamp Converter
Convert between Unix timestamps and human-readable dates instantly.
Current Unix Timestamp
1783077019
Supports seconds and milliseconds
UTC
Fri, 03 Jul 2026 11:10:19 GMT
ISO 8601
2026-07-03T11:10:19.000Z
Local
7/3/2026, 11:10:19 AM
Unix (s)
1783077019
Unix (ms)
1783077019000
How to use
- 1The current Unix timestamp is shown automatically — click "Use Now" to refresh it.
- 2Enter any Unix timestamp (in seconds or milliseconds) into the input field.
- 3The tool detects the format automatically and outputs UTC, ISO 8601, local time, and both Unix formats instantly.
- 4To convert a human-readable date to a timestamp, type a date string into the Date String field.
Why Use This Tool?
Unix timestamps are ubiquitous in APIs, logs, databases, and server responses — but they're unreadable at a glance. This tool converts them to every common format in one step, and handles both second and millisecond precision automatically, saving you from mental arithmetic or reaching for code.