forked from rebolsource/r3
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An attempt to be more rigorous made it so that comparisons of dates with time and zone components could not be done with dates that did not have them. It raised an error. This turned out to not be all that pragmatic, and it's better to have comparisons do some lightly intuitive guessing in non-strict mode. For instance, to say that (26-Jul-2021/7:41:45.314 > 26-Jul-2021) is false, because they both lie on the same day.
- Loading branch information
1 parent
0c7a0ca
commit f42757b
Showing
3 changed files
with
68 additions
and
70 deletions.
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
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