Timestamp Converter

Convert between Unix timestamps and human-readable time.

Unix Timestamp

Formatted Time

Copy Format

About Unix Timestamps

What is a Unix Timestamp?

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's used widely in computer systems and programming.

1622505600 = May 31, 2021 12:00:00 PM UTC

Common Uses

Unix timestamps are used for:

  • Database records
  • API responses
  • File metadata
  • Session management
  • Logging and debugging