Formatting
Dependencies
- [2]
BPCAJCLTUse RFC2822 date formatting in `log`, `tag`, and `record --timestamp` - [3]
2TWWWCU4Fixing a warning related to an updated in `chrono` - [4]
5QB3HZFVMore flexible timestamp format in record: allow both formats - [5]
NS36CJCOValidating timestamps in record - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
TFPETWTVAdd config options for patch message templates
Change contents
- replacement in pijul/src/commands/record.rs at line 63
return Ok(ts.timestamp())return Ok(ts.timestamp()); - replacement in pijul/src/commands/record.rs at line 66
return Ok(t)return Ok(t); - replacement in pijul/src/commands/record.rs at line 266
chrono::DateTime::from_utc(chrono::NaiveDateTime::from_timestamp_opt(t, 0).unwrap(), chrono::Utc)chrono::DateTime::from_utc(chrono::NaiveDateTime::from_timestamp_opt(t, 0).unwrap(),chrono::Utc,)