Sylvestre Ledru
1552608bce
Merge pull request #145 from yuankunzhang/fallible-offset-conversion
...
fallible offset conversion
v0.10.0
2025-05-26 18:08:50 +02:00
Sylvestre Ledru
ee9beb07d3
prepare release 0.10.0
2025-05-26 16:50:31 +02:00
Daniel Hofstetter
6f073addf5
Merge pull request #146 from drinkcat/fix-tests
...
Fix/improve tests
2025-05-26 13:59:44 +02:00
Nicolas Boichat
a9676626be
src/items: Fix timezone tests
...
The current tests look wrong ("%Z" shouldn't print an offset, but
this accidentally works due to the way the parsing logic operates),
fix that.
2025-05-25 21:34:22 +02:00
Nicolas Boichat
da0af495e8
test: Replace %+ format with explicit one
...
%+ is an extension that jiff doesn't support (if we still want to
convert parse_datetime in the future, and since these are tests,
it's probably better to use an explicit format.
2025-05-25 21:34:22 +02:00
Nicolas Boichat
e00555cd96
src/lib: Add end-to-end timezone test
...
Also make the offset test a little bit smarter.
2025-05-25 21:34:22 +02:00
yuankunzhang
ab91b2b6d7
fallible offset conversion
2025-05-20 21:30:35 +08:00
Terts Diepraam
cc7c143b21
Merge pull request #141 from yuankunzhang/main
...
Upgrade winnow to 0.7.10
2025-05-19 15:05:43 +02:00
Daniel Hofstetter
7721ae2cd8
Merge pull request #142 from yanganto/msrv
...
Specify MSRV 1.71.1
2025-05-14 16:06:27 +02:00
Antonio Yang
557c3a3ae3
Specify MSRV 1.71.1
2025-05-14 00:59:47 +08:00
yuankunzhang
bea8ec2641
upgrade winnow to 0.7.10
2025-05-12 19:46:33 +08:00
Terts Diepraam
852e49e224
Merge pull request #138 from yuankunzhang/code-cleanup
...
Code cleanup
2025-05-09 13:31:02 +02:00
yuankunzhang
2390ef0b25
code cleanup
2025-05-09 18:55:10 +08:00
Terts Diepraam
77156f46d2
Merge pull request #137 from yuankunzhang/replace-the-regex-parser
...
Replace the regex parser with winnow-based parse
2025-05-09 11:35:48 +02:00
yuankunzhang
bc6b70bc9e
code fixup to pass all tests
2025-05-07 21:54:42 +08:00
Daniel Hilst
2479c61dd5
Find a compatibility intersection between chrono and GNU
2025-04-30 19:53:34 +08:00
Daniel Hilst
4c3d2221da
Restore the old API and add the missing combinators
2025-04-30 19:53:34 +08:00
Terts Diepraam
07d4b80ea5
start parsing date with winnow
2025-04-30 19:53:34 +08:00
Daniel Hofstetter
b481a2bdec
Merge pull request #136 from uutils/renovate/chrono-0.x-lockfile
...
fix(deps): update rust crate chrono to v0.4.41
2025-04-29 18:28:41 +02:00
renovate[bot]
a387463373
fix(deps): update rust crate chrono to v0.4.41
2025-04-29 15:59:06 +00:00
Daniel Hofstetter
b6795d9b2e
Merge pull request #134 from dan-hipschman/handle-uppercase
...
Allow uppercase for words like "today", "next", etc.
2025-04-26 17:56:24 +02:00
Dan Hipschman
3bdafeb2cf
Allow uppercase for words like "today", "next", etc.
2025-04-26 08:07:10 -07:00
Daniel Hofstetter
b9630d4bd3
Merge pull request #128 from dan-hipschman/parse-relative-weekdays
...
Parse relative weekdays like "next monday"
v0.9.0
2025-04-25 09:24:49 +02:00
Dan Hipschman
65fb9140d2
Parse relative weekdays like "next monday"
2025-04-22 10:00:13 -07:00
Sylvestre Ledru
9b22a18bce
Merge pull request #130 from cakebaker/fix_some_clippy_pedantic_issues
...
clippy: fix some warnings from clippy::pedantic
2025-04-22 10:42:20 +02:00