Fixing warning from chrono

pmeunier
Oct 27, 2023, 4:10 PM
Q3UD2OLQNCBH7AQOH4M3R75KER5GLG2SAB2O2UDAMMBRUEKQMCXAC

Dependencies

  • [2] C6SOSQCV Formatting
  • [3] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [4] 2TWWWCU4 Fixing a warning related to an updated in `chrono`
  • [5] QL6K2ZM3 Tags
  • [6] TFPETWTV Add config options for patch message templates
  • [7] EEBKW7VT Keys and identities
  • [8] A3RM526Y Integrating identity malleability

Change contents

  • replacement in pijul/src/commands/tag.rs at line 290
    [3.5248][3.0:110]()
    chrono::DateTime::from_utc(chrono::NaiveDateTime::from_timestamp_opt(t, 0).unwrap(), chrono::Utc)
    [3.5248]
    [3.5345]
    chrono::DateTime::from_naive_utc_and_offset(chrono::NaiveDateTime::from_timestamp_opt(t, 0).unwrap(), chrono::Utc)
  • replacement in pijul/src/commands/record.rs at line 266
    [3.105980][2.59:103]()
    chrono::DateTime::from_utc(
    [3.105980]
    [2.103]
    chrono::DateTime::from_naive_utc_and_offset(