Maya Bennett
Maya Bennett is the independent developer behind epochkit, a free set of in-browser tools for the timestamps, time zones, and date formats developers actually run into — Unix time, ISO 8601 / RFC 3339, cron expressions, time zones, and the timestamp formats used by Discord, Slack, and YouTube. She writes these guides by testing each format and edge case directly in epochkit's tools and cross-checking against the relevant specifications (POSIX, RFC 3339, crontab(5), platform docs). Questions or corrections: contact@epochkit.dev. More about the project →
Articles
- unix security systems
The Year 2038 Problem
On January 19, 2038, 32-bit Unix timestamps overflow. Explains why it happens, which systems are at risk, the state of 64-bit migration, and what developers should do today.
- iso 8601 unix reference
ISO 8601 vs Unix Timestamp: When to Use Which
ISO 8601 and Unix timestamps compared: readability, storage, sortability, timezone handling, and parsing — with conversion examples in JavaScript, Python, and Go.
- cron devops cheat sheet
Cron Expression Cheat Sheet
A complete reference for cron expression syntax: all 5 fields, special characters, 20 common patterns, and platform differences for GitHub Actions, Kubernetes, Vercel, and crontab.
- discord timestamps reference
Discord Timestamp Formats Explained
A complete guide to Discord's 9 timestamp formats: the <t:UNIX:F> syntax, how each token looks, why Discord auto-converts timezones, and practical usage for events and countdowns.
- unix timestamps reference
What Is a Unix Timestamp?
Unix timestamps count seconds since January 1, 1970 UTC. Covers why 1970 was chosen, seconds vs milliseconds, and how to use Unix time in JavaScript, Python, Go, and SQL.