Timestamp Converter
Convert Unix timestamp to date and vice versa
FAQ
What is Unix timestamp?
It's the number of seconds since January 1, 1970 00:00:00 UTC (Unix epoch).
What's the difference between seconds and milliseconds?
Seconds: 10 digits (e.g., 1702300800). Milliseconds: 13 digits (e.g., 1702300800000).
What is it used for?
Timestamps are used in databases, APIs and logs to store dates precisely.
What's the difference between seconds and milliseconds?
Unix timestamp in seconds is used by Unix/Linux systems. Milliseconds is used by JavaScript.
What is relative time?
Relative time shows how much time has passed since a date (e.g. '2 days ago', '5 hours ago').
