Asher Gomez
6157c85634
refactor: use chrono::DateTime::from_timestamp
( #23273 )
...
`chrono::NaiveDateTime::from_timestamp_opt()` was deprecated in
https://github.com/chronotope/chrono/pull/1473 .
Prerequisite for #23272 .
2024-04-08 21:46:54 +00:00
David Sherret
7e72f3af61
chore: update copyright to 2024 ( #21753 )
2024-01-01 19:58:21 +00:00
Matt Mastracci
dc505e905e
chore(cli): update chrono to remove broken time dep ( #20508 )
...
Fixes the last dependabot security warning
2023-09-14 13:17:38 -06:00
Bartek Iwańczuk
67de67a106
chore: update chrono dependency ( #19943 )
...
Pulled from https://github.com/denoland/deno/pull/19747
Authored-by: Cooper Benson <skycoop@gmail.com>
2023-07-26 01:40:09 +00:00
Divy Srivastava
51649272bd
perf: do not depend on iana-time-zone ( #18088 )
...
Chrono's `clock` feature pulls in `iana-time-zone` which links to macOS
core_foundation. This PR itself is not enough to get rid of
CoreFoundation. Removal depends on getting rid of security framework,
see #18071
2023-03-15 07:14:22 +00:00