Schedule tools
ClientIndex of time-focused utilities: convert Unix time, parse cron schedules, and compare time zones—each card opens its own route.
Browse schedule utilities
Cards follow the home catalog order for this category.
Unix timestamp converter
ClientEpoch to date: seconds, milliseconds, ISO-8601, UTC and local time—in browser.
ISO-8601 duration
ClientParse P…/PT… into labeled parts and plain English, or build normalized duration strings—local only.
Cron expression helper
ClientHuman-readable schedule, next run times—standard 5-field cron in your browser.
World clock & time zones
ClientCompare IANA time zones side by side with the same instant—no server round-trip.
Common use cases
- Start from the timestamp tool when logs mix seconds, milliseconds, and ISO strings and you need a single normalized view.
- Use the ISO-8601 duration page when APIs return PnYnM or PT strings and you need a labeled breakdown or a canonical spelling.
- Use the cron page when documenting or debugging a five-field schedule and you want human-readable next fire times.
- Open the time zone tool when planning a meeting across regions and you need the same instant in multiple IANA zones.
Common mistakes to avoid
Mixing up seconds and milliseconds
Always check the unit your source system uses—many APIs use seconds, JavaScript Date often uses milliseconds.
FAQ
Are timestamps sent to a server?
No. These utilities run locally in your tab unless a page states otherwise.