diff options
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; |
