Unix Timestamp Converter
Convert Unix timestamps to human-readable dates — and dates back to timestamps — instantly in your browser. Supports seconds, milliseconds, microseconds, and nanoseconds.
Guide
How to Use
- 1 See the current timestamp.
When you open the page, the current Unix timestamp is displayed at the top, updating every second. Click the copy icon to grab it.
- 2 Convert a timestamp to a date.
Type or paste a Unix timestamp into the timestamp field. The tool auto-detects whether it is in seconds, milliseconds, microseconds, or nanoseconds, and instantly shows the corresponding date and time in your selected timezone.
- 3 Convert a date to a timestamp.
Type a date and time (e.g., 2025-06-15 14:30:00) into the date field. The tool calculates the Unix timestamp in all units and displays them below.
- 4 Change the timezone.
Use the timezone dropdown to switch from UTC to your local timezone or any IANA timezone (e.g., America/New_York, Asia/Tokyo). All date formats update immediately.
- 5 Copy any result.
Every output value has a copy button. Click it to copy the value to your clipboard — a brief confirmation appears.
- 6 Share a conversion.
The URL updates to reflect your current inputs. Copy the URL from your browser address bar and share it — anyone who opens it will see the same conversion.
Reference
Example Inputs and Outputs
| Input | Unit | Output (UTC) |
|---|---|---|
| 0 | seconds | 1970-01-01T00:00:00Z (Unix epoch) |
| 1700000000 | seconds | 2023-11-14T22:13:20Z |
| 1700000000000 | milliseconds | 2023-11-14T22:13:20Z |
| 2147483647 | seconds | 2038-01-19T03:14:07Z (32-bit max) |
| -86400 | seconds | 1969-12-31T00:00:00Z (One day before epoch) |