Vaultools
Menu

ISO 8601 timestamp

ISO 8601 is the international standard for writing dates and times unambiguously, and RFC 3339 is the strict internet profile of it, such as 2026-09-18T14:30:00Z. Both put the largest unit first, so the text sorts in chronological order.

Anatomy of a timestamp

2026-09-18T14:30:00.250+02:00

ISO 8601 versus RFC 3339

ISO 8601 is a large standard: it also covers week dates (2026-W38-5), ordinal dates, durations (P3DT4H), intervals and dates with no time. RFC 3339 deliberately covers a small subset: full timestamps, with the time and the UTC offset always present. Most APIs, JSON payloads and log formats that say “ISO 8601” actually mean an RFC 3339 timestamp.

Common pitfalls

References

Ads on this page

Non-personalized ads help keep Vaultools free — Google decides where they appear on the page.

Go Pro to remove them →