About epochkit
epochkit is a small, independent project that gives developers fast, accurate, in-browser tools for the timestamps and date formats that come up in real codebases: Unix (POSIX) time, ISO 8601 / RFC 3339, cron expressions, time zone conversions, and the timestamp markup used by Discord, Slack, and YouTube. Everything runs in your browser. No signup, no tracking, nothing uploaded.
Who makes epochkit
epochkit is built and maintained by Maya Bennett,
an independent software developer. Maya built epochkit because most online timestamp converters are
either wrong about edge cases (DST, leap seconds, the year 2038, Discord's
<t:...:F> flags) or buried in ads.
epochkit is what she reached for and couldn't find — a clean set of utilities that match the specs.
How our guides are written
Every guide on epochkit is written and tested by a human. For each article, we run the examples in epochkit's own tools and verify behavior against the relevant specification:
- — Unix time: POSIX.1 / IEEE Std 1003.1
- — Date format: ISO 8601 / RFC 3339
- — Cron syntax: crontab(5) and Vixie cron behavior where relevant
- — Platform timestamps: Discord, Slack, and YouTube developer documentation
We use AI tools to help draft and structure the text, but every guide is reviewed, fact-checked, and tested by Maya Bennett before it goes live, and updated when specifications, platform behavior, or tool implementations change.
Contact
Found a bug, an incorrect example, or have a question? Email: contact@epochkit.dev. We especially welcome corrections — send us the spec section we got wrong and we'll fix it.
© 2026 epochkit.dev