Skip to content

Bump chrono-tz to 0.10.0 #7146

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

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Bump chrono-tz to 0.10.0 #7146

merged 3 commits into from
Jan 16, 2025

Conversation

cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Jan 16, 2025

This PR bumps chrono-tz from 0.8.6 to 0.10.0 and adapts the code to an API change.

It also fixes a small issue if the TZ environment variable is empty. In such a case, GNU date uses UTC whereas we used whatever the default was on the machine:

$ TZ= date +"%Z"
UTC
$ TZ= cargo run -q date +"%Z"
CET

@cakebaker cakebaker marked this pull request as draft January 16, 2025 10:08
@cakebaker
Copy link
Contributor Author

I marked it as a draft because #7148 has to be merged first.

@cakebaker cakebaker marked this pull request as ready for review January 16, 2025 10:46
@cakebaker
Copy link
Contributor Author

Changes since last push:

  • bumped chrono-tz in fuzz/Cargo.lock, too

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/misc/stdbuf is no longer failing!

@sylvestre sylvestre merged commit f39fdd2 into uutils:main Jan 16, 2025
65 checks passed
@cakebaker cakebaker deleted the bump_chrono_tz branch January 16, 2025 12:27
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.

2 participants