this post was submitted on 17 Apr 2024
1475 points (98.6% liked)
Programmer Humor
26065 readers
1291 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Which only works when timezones exist. Without timezones, the question would need to be "what time of day is it in ?", and you'd get "morning" or "afternoon". Any answer to that question is inherently more fuzzy than 8:25 or 17:16.
What time is it in Melbourne?
"The Standard Time is 4:05. The time of day is equivalent to 14:15 in your location."
Wasn't that hard to solve. And it's actually more precise, since it incorporates the changing times of sunrise and sundown.
Pretty much. Shows how it wouldn't actually help a lot. It's making one thing simpler while making other things more complex. It's interesting to think about new problems it would bring and how would they be dealt with. And how much worse the solutions would be than the current problems.