Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove custom utc_now in favor of chrono::Utc:now feature #23888

Merged
merged 6 commits into from
May 23, 2024

Conversation

fbaltor
Copy link
Contributor

@fbaltor fbaltor commented May 19, 2024

This PR removes the use of the custom utc_now function in favor of the chrono implementation. It resolves #22864.

@fbaltor fbaltor marked this pull request as ready for review May 19, 2024 06:22
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @fbaltor, really good cleanup.

@littledivy are you fine with this one? The linking tests pass so I think we're good.

@bartlomieju bartlomieju added this to the 1.44 milestone May 22, 2024
Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju merged commit fa1ba25 into denoland:main May 23, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch chrono to use now feature and remove custom now implementations
3 participants