this post was submitted on 03 Apr 2024
1085 points (96.2% liked)

Programmer Humor

19544 readers
948 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] letsgo@lemm.ee 4 points 7 months ago (2 children)

Standardising on EST is fine; it's just UTC plus a constant. If they flipped between EST and EDT, now that'd be insane.

[–] arc@lemm.ee 6 points 7 months ago (1 children)

Yes as long as the rules are known, but it's really just better to do things sanely and leave no margin of doubt.

[–] loutr@sh.itjust.works 1 points 7 months ago

Yep, case in point flipping between EST and EDT may be "insane" but that's the default for systemd-timesyncd. So now you have to be 100% certain that it's disabled on your servers, and on the remote hosts interacting with them.

[–] BeardedGingerWonder@feddit.uk 3 points 7 months ago

Best I've seen is a process scheduled on UK local time (including hour changes) running on a server that maintains Eastern local (including hour changes) but the process logs in EST ( and does not move with the hour)