From 0748546f660d27a2ad29fa6174d456e2f6490758 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 18 Sep 2013 13:15:12 -0700 Subject: Support TZ transition times < 00:00:00. This is needed for version-3 tz-format files; it supports time stamps past 2037 for America/Godthab (the only entry in the tz database for which this change is relevant). * manual/time.texi (TZ Variable): Document transition times from -167:59:59 through -00:00:01. * time/tzset.c (tz_rule): Time of day is now signed. (__tzset_parse_tz): Parse negative time of day. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9964445517..7886834864 100644 --- a/NEWS +++ b/NEWS @@ -170,6 +170,10 @@ Version 2.18 * On Linux, the clock function now uses the clock_gettime system call for improved precision, rather than old times system call. +* Added support for version-3 tz format files. This is needed when using + the tz database release 2013e or later, and affects a few unusual cases -- + currently only TZ='America/Godthab' for time stamps after 2037. + * Added new API functions pthread_getattr_default_np and pthread_setattr_default_np to get and set the default pthread attributes of a process. -- cgit 1.4.1