About EpochPilot

EpochPilot is a free, browser-based collection of time and timestamp tools built for developers, DevOps engineers, and anyone who works with Unix timestamps, timezones, or scheduled tasks.

About the Author

Built by Michael Lip — Solo developer with 10+ years experience. 140+ PRs merged into open source projects including Google Chrome and Axios. $400K+ earned on Upwork with 100% Job Success. Creator of 20+ Chrome extensions.

About This Project

EpochPilot is an independent timestamp converter and cron expression parser. Convert between formats, debug cron schedules, and compare timezones.

Technical Notes

Timezone conversions use the Intl.DateTimeFormat API, which delegates to the ICU timezone database maintained by the operating system. This means DST transitions are handled correctly without any custom timezone offset tables. The cron parser iterates minute-by-minute from the current time, matching against the five-field expression, bounded to one year of iteration.

Contact

Email: [email protected]

GitHub: github.com/theluckystrike/epochpilot.com

More tools: zovo.one

Learn more about the underlying standards at Unix time on Wikipedia and the IANA Time Zone Database.