đ 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)
âĸ 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)
âĸ 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.