Timestamp Converter
Current Unix Time
1780543474
sec
1 second ago
Thursday, June 4, 2026 at 3:24:34 AM UTC
ISO 8601
2026-06-04T03:24:34.000Z
RFC 3339
2026-06-04T03:24:34.000Z
From date/time
Timestamp Converter
Unix Time
Unix time is a system for describing a point in time. It is the number of seconds that have elapsed since the Unix epoch, minus leap seconds.
timestamp converterunix time to dateepoch timemillisecondssecondsconvert timestamptimezoneISO 8601RFC 3339
Examples and real-life use cases
- Convert API timestamps (seconds or milliseconds) to readable dates during debugging.
- Generate a Unix timestamp to schedule jobs, cache expiry or signed URLs.
- Check what a timestamp corresponds to in a different timezone.
- Copy ISO 8601/RFC 3339 strings for databases and logs.
FAQ
- What is a Unix timestamp?
- A numeric representation of time: seconds (or milliseconds) elapsed since 1970-01-01 00:00:00 UTC.
- Seconds or milliseconds?
- APIs use both formats. Toggle the ms switch to change the unit.
- How to convert a date to a timestamp?
- Use the 'From date/time' field or paste a date: the tool updates the timestamp automatically.
- Why does the human-readable date change with timezone?
- The timestamp is UTC-based; formatting into a local date depends on the selected timezone.