rfc3339.date
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.
- FREE
- No auth
- No tracking
Output Mode
Examples default to plain text so you see the one-line API result first.
Event Times
Convert human-style event text into your timezone.
These two cards focus on the new /tz/convert endpoint and start with your browser timezone as the target.
Other Endpoints
A couple more live API examples.
One example renders /now/tz. The other shows a plain /convert request.
Shell Helper
Copy a local helper for event conversions.
This bash helper sends free-form event text to /tz/convert and defaults the target zone to your browser timezone.
Copyable Bash Function
Agent Discovery
Machine-readable entry points for agents.
Remote MCP
Install MCP
Use https://rfc3339.date/mcp in clients that support remote HTTP MCP servers.
Codex
Add it with the Codex CLI
codex mcp add rfc3339 --url https://rfc3339.date/mcp
Opencode
Add it to your Opencode config
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rfc3339": {
"type": "remote",
"url": "https://rfc3339.date/mcp"
}
}
}