cerdelen
d5c441bd3f
parse_datetime: fix overflow issue
2026-02-14 11:21:39 +01:00
cerdelen
62cb7d9687
parse_datetime: Fix relative date adjustments for months using the actual days
2026-02-14 11:21:39 +01:00
Chris Dryden
642bbbf214
Merge pull request #255 from ChrisDryden/fix-tz-prefix-with-base-date
...
fix: TZ prefix should override base date timezone
2026-02-12 09:29:36 +01:00
renovate[bot]
6396c07d72
chore(deps): update rust crate jiff to v0.2.20
2026-02-12 07:06:17 +01:00
renovate[bot]
377ba0e040
chore(deps): update rust crate libfuzzer-sys to v0.4.12
2026-02-11 07:03:20 +01:00
Daniel Hofstetter
ffb1ba35c5
Merge pull request #256 from uutils/renovate/jiff-0.x-lockfile
...
chore(deps): update rust crate jiff to v0.2.19
2026-02-06 07:52:19 +01:00
renovate[bot]
eeffa242a1
chore(deps): update rust crate jiff to v0.2.19
2026-02-06 00:33:10 +00:00
Daniel Hofstetter
3a1edfb177
Merge pull request #251 from uutils/renovate/jiff-0.x-lockfile
...
chore(deps): update rust crate jiff to v0.2.18
2026-01-06 07:09:04 +01:00
renovate[bot]
866b6b446f
chore(deps): update rust crate jiff to v0.2.18
2026-01-06 05:15:24 +00:00
Daniel Hofstetter
13e038a503
Merge pull request #250 from uutils/renovate/jiff-0.x-lockfile
...
chore(deps): update rust crate jiff to v0.2.17
2025-12-25 07:09:32 +01:00
renovate[bot]
7030df6cf0
chore(deps): update rust crate jiff to v0.2.17
2025-12-24 21:35:09 +00:00
Daniel Hofstetter
cfbb973215
Merge pull request #249 from uutils/renovate/winnow-0.x-lockfile
...
chore(deps): update rust crate winnow to v0.7.14
2025-11-27 06:53:55 +01:00
renovate[bot]
88a4a718b0
chore(deps): update rust crate winnow to v0.7.14
2025-11-26 19:44:53 +00:00
Daniel Hofstetter
6462d410d8
Merge pull request #248 from cakebaker/bump_version_to_0_13_3
...
chore: bump version to `0.13.3`
v0.13.3
2025-11-21 10:12:43 +01:00
Daniel Hofstetter
92d095b53b
chore: bump version to 0.13.3
2025-11-21 09:52:19 +01:00
Daniel Hofstetter
ea143af391
Merge pull request #247 from cakebaker/bump_dependencies
...
chore: update dependencies
2025-11-21 09:49:15 +01:00
Daniel Hofstetter
835e46e6f1
chore: update dependencies
2025-11-21 09:44:58 +01:00
Daniel Hofstetter
31b8e58cc5
Merge pull request #246 from 3v1n0/fix-parsing-relative-times
...
relative: Support parsing floating relative values with spaces
2025-11-21 09:16:18 +01:00
Daniel Hofstetter
9de30f5fc3
Merge pull request #245 from uutils/renovate/actions-checkout-6.x
...
chore(deps): update actions/checkout action to v6
2025-11-21 06:58:39 +01:00
Marco Trevisan (Treviño)
d6ab892c29
relative: Add more tests for parsing signed values with spaces
2025-11-21 06:37:09 +01:00
Marco Trevisan (Treviño)
1e4fc30f7b
relative: Support parsing floating relative values with spaces
...
In case a string such as "now + 1.5 seconds" was parsed we were failing.
This happened because after processing now, the parser was getting
to the point in which the string contained "+ 1.5", and once the sign
was processed, the remaining " 1.5" string conained a space that was
causing sec_and_nsec to fail.
Instead of failing at this point, just strip the spaces after the sign has
been processed.
Note in fact that "0+0.0 seconds" was working fine
Closes: https://github.com/uutils/coreutils/issues/8618
2025-11-21 06:37:09 +01:00
renovate[bot]
6ce151fb58
chore(deps): update actions/checkout action to v6
2025-11-20 18:43:38 +00:00
Daniel Hofstetter
9f6605f20d
Merge pull request #244 from cakebaker/bump_version_to_0_13_2
...
chore: bump version to `0.13.2`
v0.13.2
2025-11-09 18:27:31 +01:00
Daniel Hofstetter
a025a04d72
chore: bump version to 0.13.2
2025-11-09 17:49:27 +01:00
Sylvestre Ledru
dbae631ff0
Merge pull request #241 from cakebaker/literal3
...
feat: support formats `Nov-14-2024` and `November-14-2024`
2025-11-09 15:03:15 +01:00