Skip to content

refactor: use jiff for safer time features#10118

Merged
sylvestre merged 1 commit into
uutils:mainfrom
aaron-ang:migrate-jiff
Jan 8, 2026
Merged

refactor: use jiff for safer time features#10118
sylvestre merged 1 commit into
uutils:mainfrom
aaron-ang:migrate-jiff

Conversation

@aaron-ang

Copy link
Copy Markdown
Contributor

Inspired when working on PR #10093. We shouldn't have to mix chrono with jiff, especially since https://github.com/uutils/parse_datetime is already integrated with jiff.

@aaron-ang
aaron-ang force-pushed the migrate-jiff branch 2 times, most recently from f51c99e to 6bc9b7f Compare January 8, 2026 06:42
@github-actions

github-actions Bot commented Jan 8, 2026

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/shuf/shuf-reservoir (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/sort/sort-stale-thread-mem (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

("-1 hours", Duration::hours(1)),
("-1 day", Duration::days(1)),
("-2 weeks", Duration::weeks(2)),
("-1 hour", 1.hours()),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

TIL about this :)

@sylvestre
sylvestre merged commit 755b7eb into uutils:main Jan 8, 2026
130 of 131 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.

2 participants