Unix Timestamp Converter
Convert Unix timestamps to dates
How to Use
1
Enter timestamp
Type a Unix timestamp (seconds or milliseconds).
2
Or enter date
Select a date and time to convert to timestamp.
3
Choose timezone
Select local or UTC time zone.
4
Copy result
Copy the converted date or timestamp.
Frequently Asked Questions
What is a Unix timestamp?
The number of seconds since January 1, 1970 (UTC). It's a universal way to represent time in computers.
What is the Y2K38 problem?
32-bit systems will overflow on January 19, 2038. Modern systems use 64-bit timestamps to avoid this.
Can I convert to different timezones?
Yes, enter a timestamp and see the local time in any timezone.