abhishekpradhan
ee4971cc73
Add extended runtime + ParsedDateTime API for large years ( #263 )
2026-03-31 09:51:07 +02:00
cerdelen
14bbd4e848
parse_datetime: relative Year overflow for leap years
2026-02-14 11:21:39 +01:00
cerdelen
dbfdea454f
parse_datetime: Remove unnessecary import
2026-02-14 11:21:39 +01:00
cerdelen
7e528ad609
parse_datetime: Implement GNU style overflow/underflow
...
In GNU if using date with relative Months with the -d flag and the target Month does not have the source day (for example 31) GNU overflows the diff in days.
2026-02-14 11:21:39 +01:00
cerdelen
6306843888
parse_datetime: add regression tests
2026-02-14 11:21:39 +01:00
Nicholas Still
3074fe3baa
Change ErrMode::Cut to ErrMode::Backtrack to allow alt parser flow
2025-10-04 16:55:43 +02:00
yuankunzhang
84d27e6386
fix: support timezone offsets that exceed 24-hour range
2025-08-24 19:08:48 +08:00
yuankunzhang
ae25053473
refactor: replace chrono with jiff
2025-08-20 11:44:58 +08:00
yuankunzhang
8bebfab576
fix: time offset can only appear after time or timezone
2025-07-19 13:57:46 +00:00
yuankunzhang
0b5d3ffdf3
fix: hour must be greater than 0 when meridiem is specified
2025-06-28 16:48:09 +02:00
yuankunzhang
c0ada32ce1
feat: support nanoseconds
2025-06-28 16:30:24 +02:00
Maxim
856a13ddb2
test: Integration tests for date parsing
2025-06-25 05:15:41 +00:00