Timestamp Converter

Convert between human-readable dates and Unix timestamps with timezone support and multiple formats.

Current Time
Live timestamps updated every second
Date & Time Input
Enter a date and time to convert
Input

Standard Unix epoch time

Timestamp Result
Generated Unix timestamp

No timestamp generated

Enter a date to generate timestamp

Timestamp Guide

Common Examples

  • Unix Epoch: 0 (1970-01-01)
  • Y2K: 946684800 (2000-01-01)
  • 2024 Start: 1704067200 (2024-01-01)
  • Max 32-bit: 2147483647 (2038-01-19)

Format Information

  • Seconds: Standard Unix time, most common
  • Milliseconds: JavaScript Date.now() format
  • Microseconds: High precision applications
  • Nanoseconds: Ultra-high precision timing