this post was submitted on 08 Jul 2024
655 points (98.5% liked)

Programmer Humor

19165 readers
1383 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 1 year ago
MODERATORS
 

Template

Further reading: RFC 3339 / ISO 8601

you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@programming.dev 28 points 2 months ago (1 children)
[–] ooterness@lemmy.world 9 points 2 months ago (1 children)

UTC is better than most, but leap seconds are still awful. Computers should use GPS or TAI everywhere. Dealing with time zones and leap seconds is for human readability and display purposes only.

[–] jerkface@lemmy.ca 11 points 2 months ago

That's why I only ever use Seconds Since Epoch.