629
submitted 10 months ago by qaz@lemmy.world to c/memes@lemmy.ml
  • ISO 8601 is paywalled
  • RFC allows a space instead of a T (e.g. 2020-12-09 16:09:...) which is nicer to read.
you are viewing a single comment's thread
view the rest of the comments
[-] TeckFire@lemmy.world 10 points 10 months ago

Z indicates UTC. Alternatively,

2023-12.12T21:18-05 for time zone as central. The UTC time zone code at the end just tells you where the time is taken from. Usually Z is used since, well, it’s “universal,” but having a +13 or -06 or whatever else brings context, and allows computers to synchronize the string of text into a comparable time for event logs and such.

[-] kogasa@programming.dev 12 points 10 months ago

Yes. The RFC is missing something that explicitly indicates the time zone. The Z is a great unambiguous way of saying "yes, this is UTC."

[-] TeckFire@lemmy.world 2 points 10 months ago

IMO, ISO 8601 is better for computers, people working with multiple time zones, or critical logging.

RFC 3339 is better used colloquially, while still remaining unambiguous for the use cases that most people use dates and times in.

[-] kogasa@programming.dev 4 points 10 months ago

I'd rather have an explicit time zone any time a datetime is being passed around code as a string. Communicating it to a human is relatively safe since even if there's a mistake, it's directly visible. Before that last step, incorrect time zone parsing or implicit time zone assumptions in code that was written by "who knows" in the year "who knows" can be really annoying.

[-] TeckFire@lemmy.world 1 points 10 months ago

I couldn’t agree more!

load more comments (3 replies)
load more comments (3 replies)
this post was submitted on 12 Dec 2023
629 points (95.1% liked)

Memes

45450 readers
2374 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS