Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds and milliseconds.
Current Unix Timestamp
Timestamp → Date
Date → Timestamp
How to Convert Unix Timestamps Online
Enter a timestamp or date
Paste a Unix timestamp (seconds or milliseconds since January 1, 1970 UTC) to convert it to a human-readable date. Or enter a date and time to get the corresponding Unix timestamp.
See the conversion
The tool displays the result in multiple formats: ISO 8601, your local timezone, UTC, and relative time (e.g., "3 hours ago"). Both seconds and milliseconds epoch values are shown.
Use the current timestamp
The live clock shows the current Unix timestamp in real-time, useful for debugging time-sensitive operations or setting expiration values in tokens and caches.
Common Use Cases
Debugging API responses where dates are returned as Unix timestamps
Converting log file timestamps to human-readable dates for incident analysis
Setting expiration times for JWT tokens, cache entries, and temporary URLs
Comparing event timestamps across systems that use different date formats
Converting between JavaScript millisecond timestamps and Unix second timestamps
Calculating time durations between two Unix timestamps for analytics
Time Representation in Software: Unix Timestamps, Time Zones, and Common Pitfalls
Frequently Asked Questions
Related Tools
Image Format Converter
Convert images between PNG, JPG, WebP, and more formats. All processing happens in your browser.
CSV ↔ JSON Converter
Convert CSV data to JSON and JSON arrays to CSV format. Handles headers and nested data.
JSON Formatter & Validator
Format, beautify, and validate JSON data instantly. Supports minification, tree view, and syntax highlighting.
Base64 Encode / Decode
Encode text to Base64 or decode Base64 strings back to plain text. Supports UTF-8 and binary data.