⏰
Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa. Perfect for debugging, logging, and API development.
Current Time
Unix (seconds)
1768118517
Unix (milliseconds)
1768118517002
ISO 8601
2026-01-11T08:01:57.002Z
About Unix Timestamps
📅
What is Unix Time?
Unix timestamp is the number of seconds (or milliseconds) that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch).
⚡
Seconds vs Milliseconds
Unix timestamps can be in seconds (10 digits, e.g., 1705334400) or milliseconds (13 digits, e.g., 1705334400000). JavaScript uses milliseconds.
💼
Common Use Cases
Timestamps are widely used in databases, APIs, logs, and file systems for storing and comparing dates without timezone complications.
Quick Reference
Important Dates
Unix Epoch
0Y2K
946684800Year 2038 Problem
2147483647Date Formats
ISO 8601
2024-01-15T14:30:00.000ZUTC String
Mon, 15 Jan 2024 14:30:00 GMT