Replace deprecated chrono function
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
HWH4WWN3Proper separation of Git commit messages into a message and description fields in changes - [4]
GUL4M5FICleanup and formatting
Change contents
- replacement in pijul/src/commands/git.rs at line 744
chrono::NaiveDateTime::from_timestamp(signature.when().seconds(), 0),chrono::NaiveDateTime::from_timestamp_opt(signature.when().seconds(), 0).expect("seconds and nanos are within bounds"),