Online Epoch to Date Converter
Convert Unix timestamps (epoch time) to human-readable dates and vice versa. Easily work with epoch timestamps in different formats.
Current Time
Epoch to Human Date
Date will appear here...
Human Date to Epoch
Seconds: -
Milliseconds: -
How to Use the Epoch Converter
Converting Epoch to Human-readable Date
- Enter an epoch timestamp in seconds or milliseconds in the "Epoch Timestamp" field.
- Select the appropriate unit (seconds or milliseconds).
- Click "Convert to Date" to see the human-readable date and time.
- Use the "Now" button to get the current timestamp.
Converting Date to Epoch
- Enter or select a date and time in the datetime picker.
- Click "Convert to Epoch" to see the corresponding epoch timestamps in seconds and milliseconds.
This tool works entirely in your browser - your data never leaves your computer or gets sent to a server.
About Unix Epoch Time
Unix epoch time (or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's widely used in Unix and many other operating systems and file formats.
Epoch time is commonly used in:
- Computer systems for storing dates and times
- Databases and APIs
- File systems to track file creation and modification times
- Programming languages for timestamp calculations