FullCalculator

Unix Timestamp Converter

Unix Timestamp

Convert between Unix epoch timestamps and human-readable dates

Formula

Unix Timestamp = seconds since January 1, 1970 00:00:00 UTC

Frequently Asked Questions

What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC, also known as the Unix epoch.
What is the Year 2038 problem?
Systems using 32-bit signed integers to store Unix timestamps will overflow on January 19, 2038. Modern systems use 64-bit integers to avoid this issue.

You may also need