Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by BurntSushi May 28, 2026

Your link to RFC 3339 isn't quite right. The specific section you want is RFC 3339 Section 4.3:

If the time in UTC is known, but the offset to local time is
unknown, this can be represented with an offset of "-00:00". This
differs semantically from an offset of "Z" or "+00:00", which
imply that UTC is the preferred reference point for the specified
time.

That is, Z is equivalent to +00:00 in meaning that UTC is the preferred reference point. According to this section, you are correct that 2025-10-15T17:48:50Z should parse with a time zone annotation of UTC.

However, RFC 9557 Section 2.2 revised this part of RFC 3339 to read as this instead:

If the time in UTC is known, but the offset t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer verified by Admin May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on October 15, 2025 18:16.