uutils
parse_datetime
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update rust crate jiff to v0.2.29
main
1 day ago
chore(deps): update rust crate jiff to v0.2.29
renovate/jiff-0.x-lockfile
1 day ago
chore(deps): update actions/checkout action to v7
main
3 days ago
chore(deps): update actions/checkout action to v7
renovate/actions-checkout-7.x
4 days ago
chore(deps): update rust crates (#288) Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
main
7 days ago
builder: apply fixed offset before relative adjustments A fixed offset (e.g. the "UTC" keyword) was applied after relative items, so "1970/01/01 UTC N seconds" added N seconds to a local wall-clock that could drift across a DST boundary before being re-anchored at the offset, yielding an instant off by the DST gap. Anchor the offset first, then apply relative items. Fixes uutils/coreutils#12555.
main
13 days ago
test: remove panic branch to land full patch coverage The let-else with panic! left one line reachable only on test failure, which showed up as uncovered on codecov/patch. Use matches! + assert! to reach the same invariant with 100% patch coverage.
0xSoftBoi:fix/negative-fractional-epoch-floor
14 days ago
perf: avoid CodSpeed regression on parse_invalid_input The original noise-token alt-branch made every invalid alphabetic input take an extra parse-item iteration plus a builder-level rejection, which showed up as a -13.27% regression on the parse_invalid_input bench. Restructure: drop the global Item::Noise variant and instead absorb trailing GNU-compat noise inside parse_item only after a Pure item was matched, gated on a cheap peek that confirms the next token is not a real item (datetime/date/time/relative/weekday/offset/pure). This keeps the hot invalid-input and weekday paths identical to main (no extra alt branch), while still passing all noise_after_pure_number cases: - 8j -> 08:00:00 - 8 j -> 08:00:00 - 1230foo -> 12:30 - bogus +1 day -> error (leading garbage) - 2025-01-01 abcdef -> error (noise after non-pure) - notadate -> error (standalone unrecognized) All 377 tests pass; cargo fmt and clippy clean.
0xSoftBoi:fix/ignore-trailing-noise-tokens
14 days ago
Latest Branches
CodSpeed Performance Gauge
+1%
chore(deps): update rust crate jiff to v0.2.29
#303
1 day ago
05fe315
renovate/jiff-0.x-lockfile
CodSpeed Performance Gauge
0%
chore(deps): update actions/checkout action to v7
#302
4 days ago
32e5229
renovate/actions-checkout-7.x
CodSpeed Performance Gauge
0%
fix: add unix_epoch_second() with floor semantics for negative timestamps
#285
2 months ago
27b7360
0xSoftBoi:fix/negative-fractional-epoch-floor
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs