From bac1849679e23d85055bb9dfa45bc7dbf3c0ba4e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 14 Feb 2018 14:25:37 -0800 Subject: [PROPOSED] Clarify extensions to POSIX model * NEWS, theory.html: Outline extensions to POSIX model. (Thanks to Steve Summit.) Be more careful about terminology like "tz regions" vs "time zones". (Thanks to Guy Harris.) --- NEWS | 6 ++-- theory.html | 110 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 68 insertions(+), 48 deletions(-) diff --git a/NEWS b/NEWS index 6ca2724..8e0b861 100644 --- a/NEWS +++ b/NEWS @@ -65,9 +65,11 @@ Unreleased, experimental changes Changes to documentation and commentary - theory.html now has a section "POSIX features no longer needed" + theory.html now outlines tzdb's extensions to POSIX's model for + civil time, and has a section "POSIX features no longer needed" that lists POSIX API components that are now vestigial. - (From a suggestion by Steve Summit.) + (From suggestions by Steve Summit.) It also better distinguishes + time zones from tz regions. (From a suggestion by Guy Harris.) Commentary is now more consistent about using the phrase "daylight saving time", to match the C name tm_isdst. Daylight saving time diff --git a/theory.html b/theory.html index 871aaa2..7e562b6 100644 --- a/theory.html +++ b/theory.html @@ -11,7 +11,7 @@