jiff/src/fmt
Arie Bovenberg c9701c3c94 fmt/rfc2822: fix handling whitespace at comma and time separators
RFC2822 allows some unusual whitespace configurations
which weren't covered previously. In particular, these two cases
are now handled properly according to spec:

(1) Whitespace is allowed, but may also be completely omitted, on both
    sides of the `,` following the weekday;
(2) Whitespace is allowed around the time separators (`:`).

Fixes #339
2025-04-30 20:38:21 -04:00
..
friendly cargo: add perf-inline crate feature 2025-04-11 15:58:33 -04:00
strtime fmt/strtime: remove breadcrumbs comment 2025-04-30 20:24:13 -04:00
temporal signed_duration: add alternate Debug implementation 2025-04-13 17:57:42 -04:00
mod.rs fmt: fix ISO 8601 week date example 2025-03-16 14:32:48 -04:00
offset.rs fmt/strtime: add support for %::z and %:::z 2025-04-30 17:33:44 -04:00
rfc2822.rs fmt/rfc2822: fix handling whitespace at comma and time separators 2025-04-30 20:38:21 -04:00
rfc9557.rs tz: switch to tagged pointer representation 2025-02-26 16:55:17 -05:00
serde.rs tz: add TimeZone::unknown() as a fallback in TimeZone::system() 2025-02-02 13:39:15 -05:00
util.rs fmt/strtime: optimize strftime 2025-04-28 12:12:44 -04:00