-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve doc comment and tests for timestamp_nanos_opt
- The doc comment for `DateTime::timestamp_nanos_opt` incorrectly described a panic, which is actually an error. - The lower and upper limits of valid timestamps were not precise (both for `DateTime` and `NaiveDateTime` and both `timestamp_nanos` and `timestamp_nanos_opt`). This commit adds the precise limits to all methods and doctests for those limits to `DateTime::timestamp_nanos_opt`.
- Loading branch information
Showing
2 changed files
with
23 additions
and
11 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