src.nth.io/

summaryrefslogtreecommitdiff
path: root/src/tz.rs
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
commit62be4f09ed833ed2946361f17576770163896d45 (patch)
tree48e2f593ba82a82f942ef4b6a7115f97cae03d16 /src/tz.rs
parent459a84eb6ac76dbb671e516956d2e883e2817600 (diff)
Remove old-implementation references from source doc comments
Diffstat (limited to 'src/tz.rs')
-rw-r--r--src/tz.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tz.rs b/src/tz.rs
index 2820c59..f48833c 100644
--- a/src/tz.rs
+++ b/src/tz.rs
@@ -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;