Unix Timestamp Converter
Convert Unix timestamps (epoch) to readable dates and vice-versa. Supports seconds, milliseconds, and microseconds.
About Unix Timestamps
The Unix timestamp (or epoch time) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: 1970-01-01T00:00:00Z). It is widely used in Unix-like and many other operating systems and file formats.
Key Features
- 🔄 Two-Way Conversion: Instantly convert Epoch to Date and Date to Epoch.
- ⏱️ Auto-Detection: Automatically detects seconds, milliseconds, or microseconds based on magnitude.
- 💾 Local History: Save conversions to local storage for quick access later.
- 📋 Quick Copy: Easily copy results to clipboard.
How to Use
Type a Unix timestamp into the left field to see the human-readable ISO date on the right.
Modify the ISO date string on the right to see the exact Unix timestamp update on the left.
If you need a specific unit (like forcing milliseconds), change the dropdown from 'Auto-detect'.
Click 'Save to History' to keep a record of your important conversions.
