this post was submitted on 29 Jun 2024
902 points (94.9% liked)

Programmer Humor

32415 readers
610 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] dvlsg@lemmy.world 7 points 4 months ago (1 children)

Doesn't always work, especially if you need to work with any sort of calendar or recurring schedule.

[โ€“] booly@sh.itjust.works 3 points 4 months ago

Yeah, timestamps should always be stored in UTC, but actual planning of anything needs to be conscious of local time zones, including daylight savings. Coming up with a description of when a place is open in local time might be simple when described in local time but clunkier in UTC when accounting for daylight savings, local holidays, etc.