diff options
| author | Luke Hoersten <[email protected]> | 2026-07-28 20:31:54 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-28 20:31:54 -0500 |
| commit | 62be4f09ed833ed2946361f17576770163896d45 (patch) | |
| tree | 48e2f593ba82a82f942ef4b6a7115f97cae03d16 /src/tz.rs | |
| parent | 459a84eb6ac76dbb671e516956d2e883e2817600 (diff) | |
Remove old-implementation references from source doc comments
Diffstat (limited to 'src/tz.rs')
| -rw-r--r-- | src/tz.rs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,9 +2,8 @@ //! and offset introspection for status output. //! //! jiff exposes the real tzdb transition table, so upcoming DST changes are -//! read directly instead of probed for (the TypeScript implementation had to -//! binary-search ICU offsets; here `TimeZone::following` is exact by -//! construction). +//! read directly instead of probed for by binary-searching offsets; +//! `TimeZone::following` is exact by construction. use jiff::Timestamp; use jiff::tz::TimeZone; |
