Command Palette

Search for a command to run...

Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa

Current Time (Real-time)
Live display of the current timestamp and formatted date
Timestamp to Date
Convert Unix timestamp to human-readable date
Date to Timestamp
Convert human-readable date to Unix timestamp
About Unix Timestamps

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. This moment is known as the Unix epoch.

  • Unix Timestamp: Seconds since epoch (most common format)
  • Milliseconds: Milliseconds since epoch (used in JavaScript)
  • ISO 8601: International standard format (YYYY-MM-DDTHH:mm:ss.sssZ)
  • UTC: Coordinated Universal Time format
  • Local: Time in your current timezone
  • Relative: Human-friendly relative time description