diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-10-26 21:19:36 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-10-26 21:19:36 +0000 |
| commit | 157c2da9c527cd9ebae03b07bdae90e474d5a403 (patch) | |
| tree | b53e3923ed0fd9131d236e5c8583b302fb4d8a40 /zic/Theory | |
| parent | f9a33080297db49be3f1ec97f077663ebe4766a0 (diff) | |
Vendor import of tzcode2010n:vendor/tzcode/tzcode2010n
* Makefile Change LOCALTIME default from "Factory" to "GMT";
do not compile "factory" file
(but keep it in the distribution).
* Theory Remove reference to "Factory" zone.
* localtime.c Initialize ttinfo structures filled by tzparse
(thanks to Ravindra for reporting a valgrind warning).
* zic.c Fix generation of POSIX strings for zones with
rules using "weekday<=n" forms of dates
(thanks to Lei Liu for finding the problem).
Also, limit output for non-POSIX-specificable zones
defined to follow the same rules every year.
(Note that no zones of either of the above types
appear in the distribution; these changes cater to
add-on zones).
Obtained from: ftp://elsie.nci.nih.gov/pub/
Diffstat (limited to 'zic/Theory')
| -rw-r--r-- | zic/Theory | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zic/Theory b/zic/Theory index abdad2484932..b1e6bd5c9d5d 100644 --- a/zic/Theory +++ b/zic/Theory @@ -1,4 +1,4 @@ -@(#)Theory 8.4 +@(#)Theory 8.5 This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. @@ -287,8 +287,7 @@ and these older names are still supported. See the file `backward' for most of these older names (e.g. `US/Eastern' instead of `America/New_York'). The other old-fashioned names still supported are -`WET', `CET', `MET', `EET' (see the file `europe'), -and `Factory' (see the file `factory'). +`WET', `CET', `MET', and `EET' (see the file `europe'). ----- Time zone abbreviations ----- |
