-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The implementation of this method is based on the days_from_civil() function from http://howardhinnant.github.io/date_algorithms.html. Our implementation incorrectly used the >= operator where it should've used the > operator, resulting in this method returning the wrong results for certain dates. Changelog: fixed
- Loading branch information
1 parent
8b7f0d2
commit c278334
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters