Loading tool...
Convert between Unix timestamps and human-readable dates. Enter a timestamp to see the corresponding date and time, or pick a date to get the timestamp. Supports seconds and milliseconds.
Convert epoch timestamps from application logs into readable dates for debugging.
Generate timestamp values for SQL WHERE clauses when filtering by date ranges.
Convert between human-readable dates and the epoch format many APIs use for time fields.
The number of seconds (or milliseconds) that have elapsed since January 1, 1970, 00:00:00 UTC — also known as the Unix epoch.
Timestamps in seconds are typically 10 digits (until the year 2286). Millisecond timestamps are 13 digits.
All processing happens directly in your browser. Your files never leave your device and are never uploaded to any server.