Unix Timestamp Converter
Convert Unix timestamps (epoch seconds or milliseconds) to readable dates and back, in UTC and your local time, free and 100% in your browser.
Type or paste a standard 5-field cron expression (or an alias like @daily) and it is translated to plain English with the next five run times, live as you type.
In plain English
Next 5 runs
Input
*/15 9-17 * * 1-5
Output
Every 15 minutes, 09:00 through 17:59, on Monday through Friday
These buttons share the page link, not your input.
Your current input will be stored in the link after the # symbol, not uploaded to HandyBrowserTools. Anyone with this link can read that text. If you send or post it, the service you choose also receives the link. Do not include passwords or private information.
From left to right: minute (0-59), hour (0-23), day of month (1-31), month (1-12 or JAN-DEC) and day of week (0-7 or SUN-SAT, where both 0 and 7 mean Sunday). Each field accepts *, lists (1,15), ranges (1-5) and steps (*/10).
When both the day-of-month and day-of-week fields are restricted, standard cron runs the job when either one matches, not both. For example, "0 0 13 * 5" runs on the 13th of every month and on every Friday.
Next runs are computed in your device's local timezone, with the UTC equivalent shown next to each one. Remember that a server's crontab runs in the server's timezone, which may differ.
No, this tool implements the standard 5-field Unix crontab format plus the common @hourly, @daily, @weekly, @monthly and @yearly aliases. Quartz-specific syntax like ? and L is not supported.
Convert Unix timestamps (epoch seconds or milliseconds) to readable dates and back, in UTC and your local time, free and 100% in your browser.
Test JavaScript regular expressions online with live match highlighting, capture groups and flags. Free, instant, 100% client-side.
Free UUID v4 generator. Create one or hundreds of cryptographically random IDs at once, with uppercase and no-dash options. Runs in your browser.
Format, beautify and validate JSON instantly in your browser. Free online JSON formatter with 2/4-space and tab indentation, no signup, 100% client-side.