🕐 Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa.

⚡ Current Unix Timestamp
Seconds
Milliseconds
🔄 Timestamp → Human Date
🔄 Human Date → Timestamp
📖 What is Unix Time?

Unix time (also POSIX time) is the number of seconds elapsed since January 1, 1970 00:00:00 UTC.

Common Uses:
  • Database timestamps
  • API responses
  • Log files
  • JWT token expiry
  • Scheduling systems