Unix Timestamp Converter Online
Free online Unix timestamp converter. Convert between epoch timestamps and human-readable dates. Shows current timestamp live.
Current Unix Timestamp
Timestamp → Date
Date → Timestamp
💡 What
Unix Timestamp
- Converts between Unix epoch timestamps (seconds since Jan 1, 1970 UTC) and human-readable dates.
- Shows the current timestamp live.
📖 How
Steps
- Paste a timestamp to get a date
- Or pick a date to get a timestamp
- Handles both seconds and milliseconds
🎯 When
Use cases
- Debugging API timestamps
- Converting log timestamps
- Scheduling and cron debugging
FAQ
Seconds or milliseconds?▾
It auto-detects. If the number is larger than 10 billion, it's treated as milliseconds (like JavaScript's Date.now()).