FormatForge

Timestamp Converter

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

Current Time:
1772011670 (seconds)|1772011670677 (ms)

Timestamp → Date

Date → Timestamp

Supported formats:
  • • 2024-01-15
  • • 2024-01-15T10:30:00
  • • Jan 15, 2024
  • • January 15, 2024 10:30 AM
  • • 01/15/2024

What is a Unix Timestamp?

A Unix timestamp (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. It's widely used in computing for:

  • - Database date storage
  • - API responses
  • - Log files
  • - Cross-timezone calculations
  • - File modification times