SIGN IN SIGN UP

Replace `lazy_static!` with `OnceLock` in `time_format` crate (#8648)

This PR replaces a `lazy_static!` usage in the `time_format` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

Release Notes:

- N/A
M
Marshall Bowers committed
7f5aa1fca67c7112729bf809a20b89aa2c1767a4
Parent: 0d0ce95
Committed by GitHub <noreply@github.com> on 3/1/2024, 4:58:45 AM