Hacker News new | ask | show | jobs
by jxjsndbxbd 521 days ago
UTC would be marked as +Z

Without any marking, it could be anything

2 comments

The article explicitly mentions UTC all over the place. It's UTC.
No '+'.

Noon UTC is "12:00Z".

One factor complicates things a bit: this is one way to encode that the timezone is UTC, but +00:00 is also commonly used for example.

RFC 3339 is nice for this reason. Always UTC and terminated with a Z.

RFC 3339 isn't always UTC and doesn't mandate Z, in only removes some extra flexibility of ISO 8601, like comma separator or short syntax.