Event Time
tomorrow 10am PST
Turn announcement-style event text into your own timezone or any other target zone.
Copyable Curl
Live Output
loadingwaiting for response…
Strict RFC3339 time API for current time, validation, conversion, timezone lookup, transitions, and human event-time parsing. The examples below are live requests against the public API.
This is a fun project, not a reliable source of correct date or time. It only reports this server's current clock and is not backed by any serious timekeeping hardware or authority.
Output Mode
Examples default to plain text so you see the one-line API result first.
Event Times
These two cards focus on the new /tz/convert endpoint and start with your browser timezone as the target.
Event Time
Turn announcement-style event text into your own timezone or any other target zone.
Copyable Curl
Live Output
loadingwaiting for response…
STD Hint
STD needs a winter base date in the source region. Switch back to DST when you move the base into summer.
Copyable Curl
Live Output
loadingwaiting for response…
Other Endpoints
One example renders /now/{tz}. The other shows a plain /convert request.
Current Time In Zone
Use /now/{tz} to render the current instant directly in a named timezone.
Copyable Curl
Live Output
loadingwaiting for response…
Format Conversion
Use /convert for exact format changes such as Unix seconds to RFC3339.
Copyable Curl
Live Output
loadingwaiting for response…
Shell Helper
This bash helper sends free-form event text to /tz/convert and defaults the target zone to your browser timezone.
Copyable Bash Function