Adam Hasselbalch Hansen
Adam Hasselbalch Hansen
I see. Well, for many places other than the US, this is not really an abnormal convention. Rather, I'd go so far as to call it a bug that it's...
I think it's probably a bad strategy to not fix things because some people may or may not rely on the behavior being wrong. I'd argue that at least `aa.EasterSunday`...
In fact, doing more testing, and based on the tests in the package, it seems only the integer pointer is affected by IsZero. Making a test like the one above...
I;ve been messing a bit with this, and I have come up with a helper function that illustrates how to do it. I use this to check if the bot...
After the commits above you can now, in the same directory, create a file called `format_strftime` which contains a qouted date/time format string. Refer to Rust's format strings (which are...