Daniel Hofstetter
cc5029c177
Merge pull request #211 from yuankunzhang/replace-chrono-with-jiff-4
...
(jiff series #4 ) refactor: optimize offset type sizes and add conversion from `Offset` to `jifff::tz::Offset`
2025-08-16 16:29:12 +02:00
yuankunzhang
1b96dd5707
refactor: optimize offset type sizes and add conversion from Offset to jifff::tz::Offset
2025-08-16 16:10:18 +02:00
Daniel Hofstetter
b5439d8cc2
Merge pull request #210 from yuankunzhang/replace-chrono-with-jiff-3
...
(jiff series #3 ) refactor: use `(i64, u32)` for fractional seconds in relative time parsing
2025-08-16 16:06:23 +02:00
yuankunzhang
d2e6e7819d
refactor: use (i64, u32) for fractional seconds in relative time parsing
2025-08-16 21:55:10 +08:00
Daniel Hofstetter
a8e26ab539
Merge pull request #209 from yuankunzhang/replace-chrono-with-jiff-2
...
(jiff series #2 ) refactor: optimize time type sizes and add conversion from `Time` to `jiff::civil::Time`
2025-08-16 15:20:36 +02:00
yuankunzhang
920cfa5f1b
refactor: optimize time type sizes and add convertion from Time to jiff::civil::Time
2025-08-16 15:05:17 +02:00
Daniel Hofstetter
a79ce1fc31
Merge pull request #208 from yuankunzhang/replace-chrono-with-jiff-1
...
(jiff series #1 ) refactor: add jiff and optimize date type sizes
2025-08-16 15:01:53 +02:00
yuankunzhang
c87b6f19eb
refactor: add jiff and optimize date type sizes
2025-08-16 20:18:41 +08:00
Daniel Hofstetter
25f9e48e55
Merge pull request #205 from yuankunzhang/refactor-timestamp-parsing
...
refactor: replace floating-point seconds with precise integer representation
2025-08-13 11:03:37 +02:00
Daniel Hofstetter
14b8a9447c
Merge pull request #206 from uutils/dependabot/cargo/slab-0.4.11
...
chore(deps): bump slab from 0.4.10 to 0.4.11
2025-08-13 08:05:42 +02:00
dependabot[bot]
692f17526d
chore(deps): bump slab from 0.4.10 to 0.4.11
...
Bumps [slab](https://github.com/tokio-rs/slab ) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases )
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11 )
---
updated-dependencies:
- dependency-name: slab
dependency-version: 0.4.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 04:39:23 +00:00
yuankunzhang
5c686bcfdf
refactor: replace floating-point seconds with precise integer representation
...
Replace f64-based timestamp and second parsing with structured
types using separate second and nanosecond fields to eliminate
floating-point precision issues.
2025-08-12 20:24:38 +08:00
Daniel Hofstetter
c86b137e6f
Merge pull request #204 from uutils/renovate/actions-checkout-5.x
...
chore(deps): update actions/checkout action to v5
2025-08-11 17:29:32 +02:00
renovate[bot]
f075ba8d8d
chore(deps): update actions/checkout action to v5
2025-08-11 15:24:18 +00:00
Daniel Hofstetter
5ca5586523
Merge pull request #203 from yuankunzhang/refactor-timezone-related-code
...
refactor: extract timezone functionality from time module to timezone module
2025-08-10 16:38:54 +02:00
yuankunzhang
2bc18c52b7
refactor: extract timezone functionality from time module to timezone module.
...
Move timezone-related code from `time.rs` to `timezone.rs` to
improve separation of concerns. The `Offset` struct and all
timezone parsing functions are now properly separated from time
parsing logic.
2025-08-10 16:30:09 +02:00
Daniel Hofstetter
3eb58ab00a
Merge pull request #202 from yuankunzhang/refactor-timestamp-handling
...
refactor: improve timestamp handling and validation in builder
2025-08-10 16:04:30 +02:00
yuankunzhang
628011ae97
refactor: improve timestamp handling and validation in builder
2025-08-10 20:40:16 +08:00
Daniel Hofstetter
42d09dadf7
Merge pull request #201 from yuankunzhang/minor-improvements
...
code and docs minor improvements
2025-08-06 16:36:19 +02:00
yuankunzhang
908356f3a3
code and docs minor improvements
2025-08-06 22:15:03 +08:00
Daniel Hofstetter
65965a85d1
Merge pull request #199 from yuankunzhang/implement-pure-number-parsing
...
feat: implement pure number parsing
2025-08-05 16:02:18 +02:00
yuankunzhang
551985ef91
feat: implement pure number parsing
...
Implement GNU-compatible pure number interpretation that treats
pure number as year or time based on the current parsing context.
2025-08-04 23:11:41 +08:00
Daniel Hofstetter
8fa8928a6a
Merge pull request #198 from yuankunzhang/remove-unsupported-named-time-zones
...
fix: remove unsupported named time zones
2025-08-04 14:40:00 +02:00
yuankunzhang
fa90303836
fix: remove unsupported named time zones
2025-08-04 19:53:13 +08:00
Sylvestre Ledru
46a5ef89c9
Merge pull request #195 from cakebaker/bump_version_to_0_11
...
Bump version to `0.11.0`
v0.11.0
2025-08-01 09:05:34 +02:00