Insane complexity of calendrically correct date and time operations
yourcalendricalfallacyis.com
Insane complexity of calendrically correct date and time operations
1–10 of 146 posts
Re: Insane complexity of calendrically correct date and time operations
#2Re: Insane complexity of calendrically correct date and time operations
#3Is it true that Unix time is as simple as it seems? Is there exactly one second between adjacent integers? Do all Unix time values occur only once simultaneously around the world?
Re: Insane complexity of calendrically correct date and time operations
#4Is it true that Unix time is as simple as it seems? Is there exactly one second between adjacent integers? Do all Unix time values occur only once simultaneously around the world?
Re: Insane complexity of calendrically correct date and time operations
#5A fantastic overview of the headaches you'd have if you wanted to code all this.
Re: Insane complexity of calendrically correct date and time operations
#6Is it true that Unix time is as simple as it seems? Is there exactly one second between adjacent integers? Do all Unix time values occur only once simultaneously around the world?
Re: Insane complexity of calendrically correct date and time operations
#7Re: Insane complexity of calendrically correct date and time operations
#8Is it true that Unix time is as simple as it seems? Is there exactly one second between adjacent integers? Do all Unix time values occur only once simultaneously around the world?
No, because unix times can repeat in the case of leap-seconds (this is necessary to be able to represent future times correctly).
Re: Insane complexity of calendrically correct date and time operations
#9Re: Insane complexity of calendrically correct date and time operations
#10Many of these make the weird assumption that you want to support multiple calendars. For better or worse, this is rarely the case.
If we go on a far enough time scale, all calendars are constructed abstractions so theoretically nothing about them is true, but I'm not sure what's the point of that.