@darius
An … entertaining subject to say the least:
https://github.com/kdeldycke/awesome-falsehood#dates-and-time
Top-level
@darius https://github.com/kdeldycke/awesome-falsehood#dates-and-time 5 comments
@darius When you study Ruby's code, perhaps use git blame to check for last change and jump from the commit to a PR to gather more context. Might have a good reason why they didn't invest more effort into this part of the codebase. @RyunoKi the history of basically all the tests are all clobbered by this commit -- it seems like they haven't really been touched in well over 5 years, I'd have to go back to some previous repository in order to find relevant commits @darius @RyunoKi using NodaTime (the library used as a reference in this post) completely changed my perspective on working with datetimes and also now makes me very angry about every language's datetime stdlib which all seemed designed to maximize footguns. The end result is programmers learn "datetimes are scary" instead of "this stdlib sucks" |
@RyunoKi I'm scared to read this https://codeblog.jonskeet.uk/2019/03/27/storing-utc-is-not-a-silver-bullet/