Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Current Unix Timestamp
0
Timestamp to Date
Date to Timestamp
:
How to use
- Enter a Unix timestamp or use the refresh button to get the current timestamp
- Select whether your timestamp is in seconds or milliseconds
- Click Convert to Date to see the human-readable format
- Alternatively, pick a date from the calendar and set the time to convert to a Unix timestamp
- Copy any result using the copy buttons
What is Unix Timestamp?
A Unix timestamp (also known as Epoch time or POSIX time) is a way of tracking time as a running total of seconds or milliseconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. Unix timestamps are widely used in programming and databases because they are timezone-independent, making them ideal for storing and comparing dates across different systems and locations around the world.