Unix Timestamp Converter
Convert epoch timestamps to human-readable dates and back — any timezone
Current Unix Epoch (live)
What is a Unix timestamp?
A Unix timestamp (also called epoch time or POSIX time) is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970 — the “Unix epoch”. Timestamp 0 is exactly 1970-01-01T00:00:00Z, and 1,000,000,000 was reached on September 9, 2001. Because it is a single number with no timezone attached, the same timestamp represents the same instant everywhere in the world.
Different systems store the count at different precisions, and you can usually tell them apart by digit count: 10 digits are seconds (Python time.time(), most APIs), 13 digits are milliseconds (JavaScript Date.now(), Java), 16 digits are microseconds, and 19 digits are nanoseconds (Go, some databases). This converter detects the unit automatically from the magnitude of the number.
For example, the timestamp 1724400000 (seconds) equals 2024-08-23T08:00:00Z, while 1724400000000 is the same instant expressed in milliseconds. Feeding a seconds value into an API that expects milliseconds produces a date in January 1970 — one of the most common timestamp bugs.
❓Unix Timestamp FAQ
🔗Related Tools
Time Zone Converter
Convert time between different time zones
Time Unit Converter
Convert between seconds, minutes, hours, days, weeks, months, years
World Clock
Current time in different time zones around the world
Cron Expression Explainer
Translate cron expressions into plain English and preview next run times
Age Calculator
Calculate age between two dates
Minutes to Decimal
Convert minutes to decimal hours and vice versa
Tip: Explore our complete toolkit to find more tools that can help with your workflow. Each tool is designed to work seamlessly with others for maximum productivity.
Disclaimer: A2ZKit's tools, calculators, cheat sheets, and articles are provided for general information and educational purposes only, on an "as is" basis without warranties of any kind. They are not financial, investment, tax, accounting, medical, health, or legal advice, and are not a substitute for a qualified professional. Results may be inaccurate or incomplete — verify independently and consult an appropriate professional before making any decision. Some tools process files — such as PDFs and images — entirely in your browser; you are responsible for keeping your own backups, and we are not liable for any data loss, file corruption, or inaccurate output. You use A2ZKit entirely at your own risk. By using the site you agree to our Terms of Service.