Timestamp Converter
Convert Unix timestamps to readable dates and vice versa.
Unix Timestamp → Date
Date & Time → Unix Timestamp
About Timestamp Converter
A Unix timestamp (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970. It is widely used in databases, APIs, and programming languages because it is timezone-independent and easy to store as an integer.
This tool converts Unix timestamps to human-readable dates and back. Enter a timestamp to see the corresponding UTC and local date/time, ISO 8601 format, and more. Or pick a date to get its Unix timestamp — useful for constructing API queries or debugging logs.
All conversions happen client-side in your browser. The tool also shows the current Unix timestamp so you can use it as a reference point or copy it for use in your code.