-
Notifications
You must be signed in to change notification settings - Fork 777
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
Conversion between chrono_tz::Tz and zoneinfo.ZoneInfo #3730
Conversation
7cac6fa
to
2df6533
Compare
CodSpeed Performance ReportMerging #3730 will degrade performances by 10.38%Comparing Summary
Benchmarks breakdown
|
dd2f668
to
de59cb8
Compare
CI fails because of a more aggressive |
@@ -35,6 +35,7 @@ inventory = { version = "0.3.0", optional = true } | |||
# crate integrations that can be added using the eponymous features | |||
anyhow = { version = "1.0", optional = true } | |||
chrono = { version = "0.4.25", default-features = false, optional = true } | |||
chrono-tz = { version = ">= 0.6, < 0.9", default-features = false, optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to make sure we are compatible with MSRV
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks consistent with the other conversions based on pure-python types e.g. ip address. So I'm happy with this to merge as-is 👍
Issue #3266