Epoch to Date Converter
Convert Unix epoch timestamps to human-readable dates. Shows UTC, local time, ISO 8601, and RFC 2822 formats with one-click copy.
Built by Michael Lip
Frequently Asked Questions
How do I convert epoch to a readable date?
Paste your epoch timestamp into the input field and click Convert. The tool displays the date in multiple formats: UTC, your local timezone, ISO 8601, and RFC 2822.
Does the tool auto-detect seconds vs milliseconds?
Yes. If the value has 13 or more digits, it is treated as milliseconds. Values with 10 or fewer digits are treated as seconds. This matches how most systems generate timestamps.
What epoch value represents January 1, 2000?
January 1, 2000 00:00:00 UTC is epoch 946684800 in seconds, or 946684800000 in milliseconds.
Can I see the day of the week from an epoch?
Yes. The converter shows the full day of week (Monday, Tuesday, etc.) and the ISO week number alongside the standard date formats.
How It Works
This tool runs entirely in your browser using vanilla JavaScript. No data is sent to any server. All conversions and calculations happen locally on your device, ensuring complete privacy.
EpochPilot uses the browser's built-in Intl.DateTimeFormat API and the IANA timezone database provided by your operating system. This means timezone conversions are always accurate, including Daylight Saving Time transitions.
Related Tools
Privacy
Everything runs locally in your browser. No timestamps, dates, or personal data are transmitted to any server. The source code is open on GitHub.
Contact
EpochPilot is built and maintained by Michael Lip. For questions or feedback, email [email protected].