deno
deno copied to clipboard
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature
This PR removes the use of the custom utc_now function in favor of the chrono implementation. It resolves #22864.