Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates. See results in UTC, local time, ISO 8601, and relative time formats.
Current Unix Timestamp
1774130262
Timestamp to Date
Date to Timestamp
How to Use
Enter a Unix timestamp (seconds since January 1, 1970) to convert it to a human-readable date, or pick a date and time to get the corresponding Unix timestamp. The current Unix timestamp is displayed at the top and updates every second. Use the Copy buttons to copy any result to your clipboard.
What is a Unix Timestamp?
A Unix timestamp (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970, at 00:00:00 UTC. It is widely used in programming, databases, and APIs because it provides a simple, timezone-independent way to represent a point in time. Unix timestamps are integers, making them easy to store, compare, and calculate with.