[PATCH 1/2] * NEWS: Fix release typo in Nuuk change.
--- NEWS | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index c28905b..92bff58 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ News for the tz database +Unreleased, experimental changes + + Briefly: + America/Nuuk renamed from America/Godthab. + + Changes to timezone identifiers + + To reflect current usage in English better, America/Godthab has + been renamed to America/Nuuk. A backwards-compatibility link + remains for the old name. + + Release 2019c - 2019-09-11 08:59:48 -0700 Briefly: @@ -55,12 +67,6 @@ Release 2019c - 2019-09-11 08:59:48 -0700 Hong Kong Winter Time, observed from 1941-10-01 to 1941-12-25, is now flagged as DST and is abbreviated HKWT not HKT. - Changes to timezone identifiers - - To reflect current usage in English better, America/Godthab has - been renamed to America/Nuuk. A backwards-compatibility link - remains for the old name. - Changes to code leapseconds.awk now relies only on its input data, rather than -- 2.17.1
--- theory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theory.html b/theory.html index e91e630..7fc9d46 100644 --- a/theory.html +++ b/theory.html @@ -1141,7 +1141,7 @@ The vestigial <abbr>API</abbr>s are: may now examine <code>localtime(&clock)->tm_zone</code> (if <code>TM_ZONE</code> is defined) or <code>tzname[localtime(&clock)->tm_isdst]</code> - (if <code>HAVE_TZNAME</code> is defined) to learn the correct time + (if <code>HAVE_TZNAME</code> is nonzero) to learn the correct time zone abbreviation to use. </li> <li> -- 2.17.1
participants (1)
-
Paul Eggert