Skip to content

Bump chrono-tz to 0.10.0#7146

Merged
sylvestre merged 3 commits intouutils:mainfrom
cakebaker:bump_chrono_tz
Jan 16, 2025
Merged

Bump chrono-tz to 0.10.0#7146
sylvestre merged 3 commits intouutils:mainfrom
cakebaker:bump_chrono_tz

Conversation

@cakebaker
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

Changes since last push:

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

@github-actions
Copy link
Copy Markdown

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
@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