Precise calendar calculations. Everything is computed instantly in your browser, no account, no data sent. Leap years and Gregorian calendar rules are handled.
Advertisement728 × 90320 × 250desktop 728×90 sticky · mobile 320×250
iHow it is calculated
The Unix timestamp counts the seconds elapsed since 1 January 1970, 00:00 UTC. Conversion works both ways, automatically recognizing seconds (10 digits) and milliseconds (13 digits):
date = 1 Jan 1970 UTC + timestamp (seconds)
The timestamp 1767225600 = 1 January 2026, 00:00 UTC. Conversely, that date gives the timestamp 1767225600.
Advertisement728 × 90320 × 250desktop 728×90 sticky · mobile 320×250
?Frequently asked questions
What is a Unix timestamp?
It is the number of seconds elapsed since 1 January 1970 at 00:00 UTC (the Unix epoch). For example, 1767225600 corresponds to 1 January 2026, 00:00 UTC.
How do I convert a timestamp to a date?
Enter the number of seconds and the calculator shows the matching date and time, in local time and in UTC.
How do I convert a date to a Unix timestamp?
Choose the “Date → timestamp” mode, enter the date and time, and the result is the number of seconds since 1970.
What is the difference between seconds and milliseconds?
The classic Unix timestamp is in seconds (10 digits), but JavaScript uses milliseconds (13 digits). The calculator recognizes both formats automatically.
What is the Unix epoch (1 January 1970)?
It is the reference moment from which time is counted in most computer systems: 00:00:00 UTC, 1 January 1970.
What is the current timestamp?
The calculator shows the current timestamp in real time, which you can copy with one click.
Why is the timestamp in UTC?
A timestamp represents an absolute moment, independent of time zone. The calculator also shows it in your local time and in UTC for clarity.
What are Unix timestamps used for?
Programming, databases, logs, APIs and anywhere a moment in time must be expressed as a single number.
Advertisement728 × 90320 × 250desktop 728×90 sticky · mobile 320×250