this post was submitted on 14 Jan 2024
1358 points (98.1% liked)

Programmer Humor

25448 readers
1001 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
1358
Fitbit Clock Face (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by JPDev@programming.dev to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] spader312@lemmy.world 4 points 2 years ago (2 children)

The date format isn't even human readable (at least in American). It should be Sun, Jan 14th

[–] TheGrandNagus@lemmy.world 10 points 2 years ago* (last edited 2 years ago)

Considering it uses day then month, 24hr clock, and distance in km, I'm guessing the reason why it's not "human readable in American" is because it's intended to be "human readable for pretty much everybody else"

The date format isn't incorrect at all

[–] neutron@thelemmy.club 3 points 2 years ago (1 children)

I still think YYYY-MM-DD should be more apt for an international release.

[–] MystikIncarnate@lemmy.ca 3 points 2 years ago (1 children)

IMO, that format is best for all releases.

You want to talk about sorting releases, ISO 8601 works with sorting and it's still human readable.

My homies all start their date time stamped files with ISO 8601.

[–] spader312@lemmy.world 3 points 2 years ago

I always start my files with iso8601, except on s3 it doesn't like the colon. Gotta replace the colons lol