summaryrefslogtreecommitdiff
path: root/cli/util/time.rs
AgeCommit message (Collapse)Author
2023-07-26chore: update chrono dependency (#19943)Bartek IwaƄczuk
Pulled from https://github.com/denoland/deno/pull/19747 Authored-by: Cooper Benson <skycoop@gmail.com>
2023-03-15perf: do not depend on iana-time-zone (#18088)Divy Srivastava
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