RFC3339 Converter
Convert a date to RFC 3339
The internet's profile of ISO 8601 — what JSON APIs, logs and every timestamp field in an RFC actually mean — with the differences from plain ISO spelled out.
Questions people ask
The things that come up about rfc3339 converters, answered plainly.
How is RFC 3339 different from ISO 8601?
It is a narrower profile. RFC 3339 requires a full date and time with an offset, forbids the basic form without separators, and permits a lowercase t and z and a space instead of T. Every RFC 3339 timestamp is valid ISO 8601; the reverse is not true — 2024-W29-2 is ISO but not RFC 3339.
What does -00:00 mean?
In RFC 3339 it means the offset is unknown, as distinct from Z, which means the time is genuinely UTC. It is a real distinction and almost universally ignored.
Related tools
Render an instant in any pattern or locale, and read one back out of text.