Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Timestamp → Date
Date → Timestamp
About Unix Timestamps
A Unix timestamp is the number of seconds since January 1, 1970 00:00:00 UTC (the Unix Epoch). It's widely used in programming, databases, and APIs to represent a specific point in time. This tool supports second-precision (10 digits) and millisecond-precision (13 digits) timestamps.
How to Use
Enter a Unix timestamp (10 digits for seconds, 13 digits for milliseconds) in the timestamp field to convert it to human-readable date. Or select a date and time to convert it to a Unix timestamp. Click "Refresh" to get the current timestamp.
What is a Unix Timestamp?
A Unix timestamp is the total number of seconds elapsed since January 1, 1970 00:00:00 UTC, known as the Unix Epoch. It is the standard way computers represent time and is used in virtually all operating systems, programming languages, databases, and APIs.
Timestamp Formats
Seconds (10 digits): 1700000000 represents November 14, 2023. Milliseconds (13 digits): 1700000000000 represents the same moment with higher precision. ISO 8601 format (2023-11-14T00:00:00Z) is the international standard for date-time representation.