From 4f9074da93347bbe3167e16ebd27d5bd0e592729 Mon Sep 17 00:00:00 2001
From: Edwin Groothuis
This file is in the public domain, so clarified as of
@@ -353,6 +353,17 @@ A private jet's mid-flight change of time zones distorts Alison Dubois'
premonition in the "We Had a Dream" episode of "Medium"
(originally aired 2007-02-28).
+
This file is in the public domain, so clarified as of
@@ -114,10 +114,7 @@ retrieve the full archive of old
messages (in gzip compressed format), or retrieve archived older versions of code
-and data; there is also a smaller HTTP
-mirror.Time and the Arts
-@(#)tz-art.htm 8.12
+@(#)tz-art.htm 8.13
diff --git a/unused/tz-link.htm b/unused/tz-link.htm
index a584b1f8c200..fe58bf785302 100644
--- a/unused/tz-link.htm
+++ b/unused/tz-link.htm
@@ -18,7 +18,7 @@
-@(#)tz-link.htm 8.21
+@(#)tz-link.htm 8.22
Sources for Time Zone and Daylight Saving Time Data
The Web has several other sources for time zone and daylight saving time data. Here are some recent links that may be of interest. diff --git a/zic/zic.c b/zic/zic.c index 01d9f135bd7a..484638a2cb5d 100644 --- a/zic/zic.c +++ b/zic/zic.c @@ -3,7 +3,7 @@ ** 2006-07-17 by Arthur David Olson. */ -static char elsieid[] = "@(#)zic.c 8.19"; +static char elsieid[] = "@(#)zic.c 8.20"; #include "private.h" #include "locale.h" @@ -1921,7 +1921,7 @@ const int zonecount; if (stdrp != NULL && stdrp->r_hiyear == 2037) return; } - if (stdrp == NULL && zp->z_nrules != 0) + if (stdrp == NULL && (zp->z_nrules != 0 || zp->z_stdoff != 0)) return; abbrvar = (stdrp == NULL) ? "" : stdrp->r_abbrvar; doabbr(result, zp->z_format, abbrvar, FALSE, TRUE); -- cgit v1.3