src.nth.io/

summaryrefslogtreecommitdiff
path: root/src/tz.rs
diff options
context:
space:
mode:
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;