📅 Timestamp & Date Converter

Convert Unix timestamps to readable dates and vice versa

Convert between Unix timestamps and human-readable dates. Supports seconds, milliseconds, and microseconds.

⏰ Current Timestamp

Current Date:
Seconds:

🌍 Timezone Selection

🔄 Timestamp to Date

â€ĸ 10 digits = seconds (e.g., 1735689600)
â€ĸ 13 digits = milliseconds (e.g., 1735689600000)
â€ĸ 16 digits = microseconds (e.g., 1735689600000000)

🔄 Date to Timestamp

â€ĸ Basic: YYYY-MM-DD HH:MM:SS (e.g., 2025-01-01 00:00:00)
â€ĸ Milliseconds: YYYY-MM-DD HH:MM:SS.fff (e.g., 2025-01-01 00:00:00.123)
â€ĸ Microseconds: YYYY-MM-DD HH:MM:SS.ffffff (e.g., 2025-01-01 00:00:00.123456)

📝 How to Use:

  • Timestamp to Date: Enter a Unix timestamp and select the unit (seconds, milliseconds, or nanoseconds) to convert it to a readable date format.
  • Date to Timestamp: Enter a date in YYYY-MM-DD HH:MM:SS format and select the desired output unit to get the corresponding timestamp.
  • Current Time: View the current timestamp in all supported formats for reference.
  • Unix Timestamp: Number of time units that have elapsed since January 1, 1970, 00:00:00 UTC.