this post was submitted on 12 Dec 2023
0 points (NaN% liked)

Memes

45546 readers
1248 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
 
  • 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
[–] flambonkscious@sh.itjust.works 0 points 10 months ago (1 children)

This is about the old argument around how date strings are formatted.

MMDDYYYY vs YYYYMMDD, spaces or hyphens may differ. It's an old and passionate argument (mostly due to the American approach of starting with the month being insane)

[–] datelmd5sum@lemmy.world 0 points 10 months ago (1 children)

I've worked with this one project for so long I can now read +%s timestamps.

[–] somenonewho@feddit.de 0 points 10 months ago

That's a certain kind of skill I wouldn't want the need to have. I just copy paste those timestamps into a terminal with date -d @ (and always forget the right syntax for that :D)