Back to Home

Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Current Unix Timestamp

Timestamp -> Date

Date -> Timestamp

Time zones

Overview

Convert between Unix timestamps and readable dates.

Best for

  • Debug logs that use epoch time.
  • Prepare timestamps for databases.
  • Convert log timestamps during debugging.

Step-by-step

  1. Choose seconds or milliseconds.
  2. Enter a timestamp or date.
  3. Copy the converted value.

Examples

Example 1
Input
1700000000
Output
2023-11-14 22:13:20 UTC
Seconds to date.
Example 2
Input
2024-01-01 00:00:00 UTC
Output
1704067200
Date to epoch seconds.
Example 3
Input
1700000000000
Output
2023-11-14 22:13:20 UTC
13-digit values are milliseconds.

Common mistakes

  • Seconds vs milliseconds cause huge date shifts.
  • Time zones affect human-readable output.
  • Seconds vs milliseconds cause huge offsets.

Pro tips

  • Use UTC when sharing times.
  • Note daylight-saving changes.

FAQ

What time zone is used?
You can choose UTC or local; the output shows the zone.
Does this upload my data?
No. Everything runs locally in your browser.
Can I use it offline?
Yes. After the page loads, most tools work offline. Some assets (like fonts) may need a connection.

Data & privacy

All processing happens locally in your browser. No data is uploaded or stored.