221
DateTime (xkcd.com)
submitted 9 months ago by yogthos@lemmy.ml to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] jol@discuss.tchncs.de 3 points 9 months ago

Until you need to decide how many months are between t1 and t2, and then all answers are wrong.

[-] tias@discuss.tchncs.de 2 points 9 months ago* (last edited 9 months ago)

To do that you first need to choose a calendar and a time zone, then convert to that representation. It can be done, but you need a good implementation that understands the entire history of what has transpired w.r.t. to date conventions in that location and culture. For timestamps in the future it is impossible to do correctly, since you can't know how date conventions will change in the future.

However, I should add that as far as mathematical operations go, calculating the number of months between t1 and t2 is an entirely different thing than the duration of time that passed between those timestamps. Even if it is expressed similarly in the English language, semantically it's something else. It's like asking "how many kilometers did your car go" vs "how many houses did the car pass on the way".

this post was submitted on 14 Dec 2023
221 points (96.2% liked)

Programmer Humor

32060 readers
1270 users here now

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

Rules:

founded 5 years ago
MODERATORS