Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates

Timestamp to Date

Date to Timestamp

About Unix Timestamps

• Unix timestamp is the number of seconds since January 1, 1970, 00:00:00 UTC

• It's commonly used in programming and databases for storing dates

• The current timestamp is: 1,757,991,674

• Timestamps are timezone-independent (always UTC)