Input
Output
Convert Unix timestamps to human-readable dates
Convert between Unix epoch timestamps, ISO 8601 dates, and local time representations instantly. Supports seconds and milliseconds precision. Useful for debugging API responses, database records, and log entries where timestamps appear as raw numbers.
Frequently Asked Questions
- What is a Unix timestamp?
- A Unix timestamp (epoch time) is the number of seconds elapsed since January 1, 1970 00:00:00 UTC. It is the standard way to represent time in databases, APIs, and log files.
- Does this support milliseconds?
- Yes. Both second-precision (10-digit) and millisecond-precision (13-digit) timestamps are detected and converted automatically.
- What is ISO 8601?
- ISO 8601 is the international standard for date and time representation, for example 2024-01-15T10:30:00Z. It is used in REST APIs, JSON payloads, and database timestamps.
- How do I convert a database timestamp to a human-readable date?
- Paste the numeric timestamp into this tool and it will convert it to ISO 8601, UTC, and your local timezone instantly.