proposed time zone package changes (Jordan, coordinates, et al.)

To celebrate Norwegian Independence Day here are proposed changes to the time zone package: * "public domain" statements are added to a number of files * Instances of "=3D" are changed to "=" in the "africa" and "southamerica" files. * The start of DST in Jordan from 2002 forward is changed from 0:00 on the last Friday of the month to 24:00 on the last Thursday. * Four sets of latitute/longitude are correct in the "zone.tab" file (with thanks to Marc Wick). * Commentary is added to the "australasia" file regarding DST in South Australia (no changes to the rules). If no problems are found, these changes should appear in the ftp directory on 2009-05-26 (a day later than usual since the 25th is a United States holiday). --ado diff -c old/Makefile new/Makefile *** old/Makefile Mon Mar 23 09:37:49 2009 --- new/Makefile Sun May 17 14:44:05 2009 *************** *** 1,4 **** ! # @(#)Makefile 8.7 # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). --- 1,7 ---- ! # <pre> ! # @(#)Makefile 8.8 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). diff -c old/README new/README *** old/README Mon Mar 23 09:37:49 2009 --- new/README Sun May 17 14:44:05 2009 *************** *** 1,4 **** ! @(#)README 8.2 "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist --- 1,6 ---- ! @(#)README 8.3 ! This file is in the public domain, so clarified as of ! 2009-05-17 by Arthur David Olson. "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist diff -c old/Theory new/Theory *** old/Theory Mon Mar 23 09:37:49 2009 --- new/Theory Sun May 17 14:44:05 2009 *************** *** 1,6 **** ! @(#)Theory 8.2 - ----- Outline ----- Time and date functions --- 1,7 ---- ! @(#)Theory 8.3 ! This file is in the public domain, so clarified as of ! 2009-05-17 by Arthur David Olson. ----- Outline ----- Time and date functions *************** *** 9,15 **** Calendrical issues Time and time zones on Mars - ----- Time and date functions ----- These time and date functions are upwards compatible with POSIX, --- 10,15 ---- diff -c old/africa new/africa *** old/africa Mon Apr 20 16:34:07 2009 --- new/africa Sun May 17 14:32:58 2009 *************** *** 1,5 **** - # @(#)africa 8.19 # <pre> # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to --- 1,7 ---- # <pre> + # @(#)africa 8.21 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to *************** *** 241,258 **** # The following appeared in Red Hat bugzilla[1] (edited): # # > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 21:59:59 2009 UTC =3D Thu = # Apr 23 ! # > 23:59:59 2009 EET isdst=3D0 gmtoff=3D7200 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 22:00:00 2009 UTC =3D Fri = # Apr 24 ! # > 01:00:00 2009 EEST isdst=3D1 gmtoff=3D10800 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 20:59:59 2009 UTC =3D Thu = # Aug 27 ! # > 23:59:59 2009 EEST isdst=3D1 gmtoff=3D10800 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 21:00:00 2009 UTC =3D Thu = # Aug 27 ! # > 23:00:00 2009 EET isdst=3D0 gmtoff=3D7200 # # > end date should be Thu Sep 24 2009 (Last Thursday in September at 23:59= # :59) --- 243,260 ---- # The following appeared in Red Hat bugzilla[1] (edited): # # > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 21:59:59 2009 UTC = Thu = # Apr 23 ! # > 23:59:59 2009 EET isdst=0 gmtoff=7200 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 22:00:00 2009 UTC = Fri = # Apr 24 ! # > 01:00:00 2009 EEST isdst=1 gmtoff=10800 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 20:59:59 2009 UTC = Thu = # Aug 27 ! # > 23:59:59 2009 EEST isdst=1 gmtoff=10800 ! # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 21:00:00 2009 UTC = Thu = # Aug 27 ! # > 23:00:00 2009 EET isdst=0 gmtoff=7200 # # > end date should be Thu Sep 24 2009 (Last Thursday in September at 23:59= # :59) *************** *** 260,270 **** # # timeanddate[2] and another site I've found[3] also support that. # ! # [1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=3D492263"> ! # https://bugzilla.redhat.com/show_bug.cgi?id=3D492263 # </a> ! # [2] <a href="http://www.timeanddate.com/worldclock/clockchange.html?n=3D53"> ! # http://www.timeanddate.com/worldclock/clockchange.html?n=3D53 # </a> # [3] <a href="http://wwp.greenwichmeantime.com/time-zone/africa/egypt/"> # http://wwp.greenwichmeantime.com/time-zone/africa/egypt/ --- 262,272 ---- # # timeanddate[2] and another site I've found[3] also support that. # ! # [1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=492263"> ! # https://bugzilla.redhat.com/show_bug.cgi?id=492263 # </a> ! # [2] <a href="http://www.timeanddate.com/worldclock/clockchange.html?n=53"> ! # http://www.timeanddate.com/worldclock/clockchange.html?n=53 # </a> # [3] <a href="http://wwp.greenwichmeantime.com/time-zone/africa/egypt/"> # http://wwp.greenwichmeantime.com/time-zone/africa/egypt/ *************** *** 477,484 **** # From Riad M. Hossen Ally (2008-08-03): # The Government of Mauritius weblink ! # <a href="http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=3D4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD"> ! # http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a52... # </a> # Cabinet Decision of July 18th, 2008 states as follows: # --- 479,486 ---- # From Riad M. Hossen Ally (2008-08-03): # The Government of Mauritius weblink ! # <a href="http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD"> ! # http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a52... # </a> # Cabinet Decision of July 18th, 2008 states as follows: # diff -c old/antarctica new/antarctica *** old/antarctica Mon Apr 20 16:18:01 2009 --- new/antarctica Sun May 17 14:32:58 2009 *************** *** 1,5 **** - # @(#)antarctica 8.4 # <pre> # From Paul Eggert (1999-11-15): # To keep things manageable, we list only locations occupied year-round; see --- 1,7 ---- # <pre> + # @(#)antarctica 8.5 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # From Paul Eggert (1999-11-15): # To keep things manageable, we list only locations occupied year-round; see diff -c old/asia new/asia *** old/asia Mon Apr 20 16:18:01 2009 --- new/asia Sun May 17 14:50:24 2009 *************** *** 1,5 **** - # @(#)asia 8.30 # <pre> # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to --- 1,7 ---- # <pre> + # @(#)asia 8.32 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to *************** *** 1107,1113 **** Rule Jordan 1999 only - Jul 1 0:00s 1:00 S Rule Jordan 1999 2002 - Sep lastFri 0:00s 0 - Rule Jordan 2000 2001 - Mar lastThu 0:00s 1:00 S ! Rule Jordan 2002 max - Mar lastFri 0:00s 1:00 S Rule Jordan 2003 only - Oct 24 0:00s 0 - Rule Jordan 2004 only - Oct 15 0:00s 0 - Rule Jordan 2005 only - Sep lastFri 0:00s 0 - --- 1109,1115 ---- Rule Jordan 1999 only - Jul 1 0:00s 1:00 S Rule Jordan 1999 2002 - Sep lastFri 0:00s 0 - Rule Jordan 2000 2001 - Mar lastThu 0:00s 1:00 S ! Rule Jordan 2002 max - Mar lastThu 24:00 1:00 S Rule Jordan 2003 only - Oct 24 0:00s 0 - Rule Jordan 2004 only - Oct 15 0:00s 0 - Rule Jordan 2005 only - Sep lastFri 0:00s 0 - diff -c old/australasia new/australasia *** old/australasia Mon Apr 20 16:18:02 2009 --- new/australasia Sun May 17 15:12:20 2009 *************** *** 1,5 **** - # @(#)australasia 8.9 # <pre> # This file also includes Pacific islands. --- 1,7 ---- # <pre> + # @(#)australasia 8.11 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # This file also includes Pacific islands. *************** *** 1119,1124 **** --- 1121,1147 ---- # From Paul Eggert (2007-07-23): # See "southeast Australia" above for 2008 and later. + # From Steffen Thorsen (2009-04-28): + # According to the official press release, South Australia's extended daylight + # saving period will continue with the same rules as used during the 2008-2009 + # summer (southern hemisphere). + # + # From + # <a href="http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf"> + # http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf + # </a> + # The extended daylight saving period that South Australia has been trialling + # for over the last year is now set to be ongoing. + # Daylight saving will continue to start on the first Sunday in October each + # year and finish on the first Sunday in April the following year. + # Industrial Relations Minister, Paul Caica, says this provides South Australia + # with a consistent half hour time difference with NSW, Victoria, Tasmania and + # the ACT for all 52 weeks of the year... + # + # We have a wrap-up here: + # <a href="http://www.timeanddate.com/news/time/south-australia-extends-dst.html"> + # http://www.timeanddate.com/news/time/south-australia-extends-dst.html + # </a> ############################################################################### # New Zealand diff -c old/backward new/backward *** old/backward Mon Apr 20 16:18:02 2009 --- new/backward Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)backward 8.7 # This file provides links between current names for time zones # and their old names. Many names changed in late 1993. --- 1,7 ---- ! # <pre> ! # @(#)backward 8.8 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # This file provides links between current names for time zones # and their old names. Many names changed in late 1993. diff -c old/date.1 new/date.1 *** old/date.1 Mon Mar 23 09:37:50 2009 --- new/date.1 Sun May 17 14:37:50 2009 *************** *** 172,175 **** is absent, UTC leap seconds are loaded from .BR /usr/local/etc/zoneinfo/posixrules . ! .\" @(#)date.1 8.1 --- 172,177 ---- is absent, UTC leap seconds are loaded from .BR /usr/local/etc/zoneinfo/posixrules . ! .\" @(#)date.1 8.2 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: date.1.txt diff -c old/etcetera new/etcetera *** old/etcetera Mon Apr 20 16:18:02 2009 --- new/etcetera Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)etcetera 8.1 # These entries are mostly present for historical reasons, so that # people in areas not otherwise covered by the tz files could "zic -l" --- 1,7 ---- ! # <pre> ! # @(#)etcetera 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # These entries are mostly present for historical reasons, so that # people in areas not otherwise covered by the tz files could "zic -l" diff -c old/europe new/europe *** old/europe Mon Apr 20 16:18:02 2009 --- new/europe Sun May 17 14:32:59 2009 *************** *** 1,5 **** - # @(#)europe 8.20 # <pre> # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to --- 1,7 ---- # <pre> + # @(#)europe 8.21 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to diff -c old/factory new/factory *** old/factory Mon Apr 20 16:18:02 2009 --- new/factory Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)factory 8.1 # For companies who don't want to put time zone specification in # their installation procedures. When users run date, they'll get the message. --- 1,7 ---- ! # <pre> ! # @(#)factory 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # For companies who don't want to put time zone specification in # their installation procedures. When users run date, they'll get the message. diff -c old/iso3166.tab new/iso3166.tab *** old/iso3166.tab Mon Apr 20 16:18:02 2009 --- new/iso3166.tab Sun May 17 14:44:05 2009 *************** *** 1,7 **** # ISO 3166 alpha-2 country codes # - # @(#)iso3166.tab 8.5 - # # From Paul Eggert (2006-09-27): # # This file contains a table with the following columns: --- 1,9 ---- + # <pre> + # @(#)iso3166.tab 8.6 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # ISO 3166 alpha-2 country codes # # From Paul Eggert (2006-09-27): # # This file contains a table with the following columns: diff -c old/leapseconds new/leapseconds *** old/leapseconds Mon Apr 20 16:18:02 2009 --- new/leapseconds Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)leapseconds 8.7 # Allowance for leapseconds added to each timezone file. --- 1,7 ---- ! # <pre> ! # @(#)leapseconds 8.8 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Allowance for leapseconds added to each timezone file. diff -c old/newctime.3 new/newctime.3 *** old/newctime.3 Mon Mar 23 09:37:49 2009 --- new/newctime.3 Sun May 17 14:37:50 2009 *************** *** 236,239 **** Avoid using out-of-range values with .I mktime when setting up lunch with promptness sticklers in Riyadh. ! .\" @(#)newctime.3 8.2 --- 236,241 ---- Avoid using out-of-range values with .I mktime when setting up lunch with promptness sticklers in Riyadh. ! .\" @(#)newctime.3 8.3 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: newctime.3.txt diff -c old/newstrftime.3 new/newstrftime.3 *** old/newstrftime.3 Mon Mar 23 09:37:49 2009 --- new/newstrftime.3 Sun May 17 14:37:50 2009 *************** *** 227,230 **** newtzset(3), time(2), tzfile(5) ! .\" @(#)newstrftime.3 8.1 --- 227,232 ---- newtzset(3), time(2), tzfile(5) ! .\" @(#)newstrftime.3 8.2 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: newstrftime.3.txt diff -c old/newtzset.3 new/newtzset.3 *** old/newtzset.3 Mon Mar 23 09:37:49 2009 --- new/newtzset.3 Sun May 17 14:37:50 2009 *************** *** 234,237 **** newstrftime(3), time(2), tzfile(5) ! .\" @(#)newtzset.3 8.1 --- 234,239 ---- newstrftime(3), time(2), tzfile(5) ! .\" @(#)newtzset.3 8.2 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: newtzset.3.txt diff -c old/northamerica new/northamerica *** old/northamerica Mon Apr 20 16:18:02 2009 --- new/northamerica Sun May 17 14:32:59 2009 *************** *** 1,5 **** - # @(#)northamerica 8.27 # <pre> # also includes Central America and the Caribbean --- 1,7 ---- # <pre> + # @(#)northamerica 8.28 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # also includes Central America and the Caribbean diff -c old/pacificnew new/pacificnew *** old/pacificnew Mon Apr 20 16:18:02 2009 --- new/pacificnew Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)pacificnew 8.1 # From Arthur David Olson (1989-04-05): # On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill --- 1,7 ---- ! # <pre> ! # @(#)pacificnew 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # From Arthur David Olson (1989-04-05): # On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill diff -c old/solar87 new/solar87 *** old/solar87 Mon Apr 20 16:18:02 2009 --- new/solar87 Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)solar87 8.1 # So much for footnotes about Saudi Arabia. # Apparent noon times below are for Riyadh; your mileage will vary. --- 1,7 ---- ! # <pre> ! # @(#)solar87 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # So much for footnotes about Saudi Arabia. # Apparent noon times below are for Riyadh; your mileage will vary. diff -c old/solar88 new/solar88 *** old/solar88 Mon Apr 20 16:18:02 2009 --- new/solar88 Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)solar88 8.1 # Apparent noon times below are for Riyadh; they're a bit off for other places. # Times were computed using formulas in the U.S. Naval Observatory's --- 1,7 ---- ! # <pre> ! # @(#)solar88 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Apparent noon times below are for Riyadh; they're a bit off for other places. # Times were computed using formulas in the U.S. Naval Observatory's diff -c old/solar89 new/solar89 *** old/solar89 Mon Apr 20 16:18:02 2009 --- new/solar89 Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)solar89 8.1 # Apparent noon times below are for Riyadh; they're a bit off for other places. # Times were computed using a formula provided by the U. S. Naval Observatory: --- 1,7 ---- ! # <pre> ! # @(#)solar89 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Apparent noon times below are for Riyadh; they're a bit off for other places. # Times were computed using a formula provided by the U. S. Naval Observatory: diff -c old/southamerica new/southamerica *** old/southamerica Mon Apr 20 16:18:02 2009 --- new/southamerica Sun May 17 14:32:59 2009 *************** *** 1,5 **** - # @(#)southamerica 8.34 # <pre> # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to --- 1,7 ---- # <pre> + # @(#)southamerica 8.36 + # This file is in the public domain, so clarified as of + # 2009-05-17 by Arthur David Olson. # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to *************** *** 674,681 **** # From Rodrigo Severo (2008-06-24): # Just correcting the URL: ! # <a href="https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=3Ddo&secao=3D1&pagina=3D1&data=3D25/04/2008"> ! # https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=3Ddo&secao=3D1&pag... # </a> # # As a result of the above Decree I believe the America/Rio_Branco --- 676,683 ---- # From Rodrigo Severo (2008-06-24): # Just correcting the URL: ! # <a href="https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=do&secao=1&pagina=1&data=25/04/2008"> ! # https://www.in.gov.br/imprensa/visualiza/index.jsp?jornal=do&secao=1&pagina=... # </a> # # As a result of the above Decree I believe the America/Rio_Branco diff -c old/systemv new/systemv *** old/systemv Mon Apr 20 16:18:02 2009 --- new/systemv Sun May 17 14:32:59 2009 *************** *** 1,4 **** ! # @(#)systemv 8.1 # Old rules, should the need arise. # No attempt is made to handle Newfoundland, since it cannot be expressed --- 1,7 ---- ! # <pre> ! # @(#)systemv 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Old rules, should the need arise. # No attempt is made to handle Newfoundland, since it cannot be expressed diff -c old/time2posix.3 new/time2posix.3 *** old/time2posix.3 Mon Mar 23 09:37:49 2009 --- new/time2posix.3 Sun May 17 14:37:50 2009 *************** *** 116,121 **** localtime(3), mktime(3), time(2) ! .\" @(#)time2posix.3 8.1 .\" This file is in the public domain, so clarified as of .\" 1996-06-05 by Arthur David Olson. --- 116,121 ---- localtime(3), mktime(3), time(2) ! .\" @(#)time2posix.3 8.2 .\" This file is in the public domain, so clarified as of .\" 1996-06-05 by Arthur David Olson. Only in new: time2posix.3.txt diff -c old/tz-art.htm new/tz-art.htm *** old/tz-art.htm Mon Mar 23 09:37:52 2009 --- new/tz-art.htm Sun May 17 14:44:05 2009 *************** *** 9,17 **** <body> <h1>Time and the Arts</h1> <address> ! @(#)tz-art.htm 8.11 </address> <p> Please send corrections to this web page to the <a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p> <p> --- 9,21 ---- <body> <h1>Time and the Arts</h1> <address> ! @(#)tz-art.htm 8.12 </address> <p> + This file is in the public domain, so clarified as of + 2009-05-17 by Arthur David Olson. + </p> + <p> Please send corrections to this web page to the <a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p> <p> diff -c old/tz-link.htm new/tz-link.htm *** old/tz-link.htm Tue Mar 31 14:46:36 2009 --- new/tz-link.htm Sun May 17 14:44:05 2009 *************** *** 18,26 **** <body> <h1>Sources for Time Zone and Daylight Saving Time Data</h1> <address> ! @(#)tz-link.htm 8.18 </address> <p> Please send corrections to this web page to the <a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p> <h2>The <code>tz</code> database</h2> --- 18,30 ---- <body> <h1>Sources for Time Zone and Daylight Saving Time Data</h1> <address> ! @(#)tz-link.htm 8.19 </address> <p> + This file is in the public domain, so clarified as of + 2009-05-17 by Arthur David Olson. + </p> + <p> Please send corrections to this web page to the <a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p> <h2>The <code>tz</code> database</h2> Only in new: tzfile.5.txt diff -c old/tzselect.8 new/tzselect.8 *** old/tzselect.8 Mon Mar 23 09:37:49 2009 --- new/tzselect.8 Sun May 17 14:37:50 2009 *************** *** 38,41 **** nonzero otherwise. .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8), zic(8) ! .\" @(#)tzselect.8 8.1 --- 38,43 ---- nonzero otherwise. .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8), zic(8) ! .\" @(#)tzselect.8 8.2 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: tzselect.8.txt diff -c old/workman.sh new/workman.sh *** old/workman.sh Mon Mar 23 09:37:53 2009 --- new/workman.sh Sun May 17 14:44:05 2009 *************** *** 1,6 **** #! /bin/sh ! # @(#)workman.sh 8.1 # Tell groff not to emit SGR escape sequences (ANSI color escapes). GROFF_NO_SGR=1 --- 1,9 ---- #! /bin/sh ! # <pre> ! # @(#)workman.sh 8.2 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # Tell groff not to emit SGR escape sequences (ANSI color escapes). GROFF_NO_SGR=1 diff -c old/zdump.8 new/zdump.8 *** old/zdump.8 Mon Mar 23 09:37:50 2009 --- new/zdump.8 Sun May 17 14:37:50 2009 *************** *** 54,57 **** one can construct artificial time zones for which this fails. .SH "SEE ALSO" newctime(3), tzfile(5), zic(8) ! .\" @(#)zdump.8 8.1 --- 54,59 ---- one can construct artificial time zones for which this fails. .SH "SEE ALSO" newctime(3), tzfile(5), zic(8) ! .\" @(#)zdump.8 8.2 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: zdump.8.txt diff -c old/zdump.c new/zdump.c *** old/zdump.c Mon Mar 23 09:37:50 2009 --- new/zdump.c Sun May 17 14:28:27 2009 *************** *** 1,5 **** ! static char elsieid[] = "@(#)zdump.c 8.8"; /* ** This code has been made independent of the rest of the time ** conversion package to increase confidence in the verification it provides. --- 1,10 ---- ! /* ! ** This file is in the public domain, so clarified as of ! ** 2009-05-17 by Arthur David Olson. ! */ + static char elsieid[] = "@(#)zdump.c 8.9"; + /* ** This code has been made independent of the rest of the time ** conversion package to increase confidence in the verification it provides. diff -c old/zic.8 new/zic.8 *** old/zic.8 Mon Mar 23 09:37:50 2009 --- new/zic.8 Sun May 17 14:37:50 2009 *************** *** 490,493 **** /usr/local/etc/zoneinfo standard directory used for created files .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8) ! .\" @(#)zic.8 8.4 --- 490,495 ---- /usr/local/etc/zoneinfo standard directory used for created files .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8) ! .\" @(#)zic.8 8.5 ! .\" This file is in the public domain, so clarified as of ! .\" 2009-05-17 by Arthur David Olson. Only in new: zic.8.txt diff -c old/zone.tab new/zone.tab *** old/zone.tab Mon Apr 20 16:18:02 2009 --- new/zone.tab Sun May 17 14:57:55 2009 *************** *** 1,4 **** ! # @(#)zone.tab 8.26 # # TZ zone descriptions # --- 1,7 ---- ! # <pre> ! # @(#)zone.tab 8.28 ! # This file is in the public domain, so clarified as of ! # 2009-05-17 by Arthur David Olson. # # TZ zone descriptions # *************** *** 101,107 **** BR -0958-06748 America/Rio_Branco Acre BS +2505-07721 America/Nassau BT +2728+08939 Asia/Thimphu ! BW -2545+02555 Africa/Gaborone BY +5354+02734 Europe/Minsk BZ +1730-08812 America/Belize CA +4734-05243 America/St_Johns Newfoundland Time, including SE Labrador --- 104,110 ---- BR -0958-06748 America/Rio_Branco Acre BS +2505-07721 America/Nassau BT +2728+08939 Asia/Thimphu ! BW -2439+02555 Africa/Gaborone BY +5354+02734 Europe/Minsk BZ +1730-08812 America/Belize CA +4734-05243 America/St_Johns Newfoundland Time, including SE Labrador *************** *** 285,291 **** MY +0133+11020 Asia/Kuching Sabah & Sarawak MZ -2558+03235 Africa/Maputo NA -2234+01706 Africa/Windhoek ! NC -2216+16530 Pacific/Noumea NE +1331+00207 Africa/Niamey NF -2903+16758 Pacific/Norfolk NG +0627+00324 Africa/Lagos --- 288,294 ---- MY +0133+11020 Asia/Kuching Sabah & Sarawak MZ -2558+03235 Africa/Maputo NA -2234+01706 Africa/Windhoek ! NC -2216+16627 Pacific/Noumea NE +1331+00207 Africa/Niamey NF -2903+16758 Pacific/Norfolk NG +0627+00324 Africa/Lagos *************** *** 365,371 **** TL -0833+12535 Asia/Dili TM +3757+05823 Asia/Ashgabat TN +3648+01011 Africa/Tunis ! TO -2110+17510 Pacific/Tongatapu TR +4101+02858 Europe/Istanbul TT +1039-06131 America/Port_of_Spain TV -0831+17913 Pacific/Funafuti --- 368,374 ---- TL -0833+12535 Asia/Dili TM +3757+05823 Asia/Ashgabat TN +3648+01011 Africa/Tunis ! TO -2110-17510 Pacific/Tongatapu TR +4101+02858 Europe/Istanbul TT +1039-06131 America/Port_of_Spain TV -0831+17913 Pacific/Funafuti *************** *** 409,415 **** UY -3453-05611 America/Montevideo UZ +3940+06648 Asia/Samarkand west Uzbekistan UZ +4120+06918 Asia/Tashkent east Uzbekistan ! VA +4154+01227 Europe/Vatican VC +1309-06114 America/St_Vincent VE +1030-06656 America/Caracas VG +1827-06437 America/Tortola --- 412,418 ---- UY -3453-05611 America/Montevideo UZ +3940+06648 Asia/Samarkand west Uzbekistan UZ +4120+06918 Asia/Tashkent east Uzbekistan ! VA +415408+0122711 Europe/Vatican VC +1309-06114 America/St_Vincent VE +1030-06656 America/Caracas VG +1827-06437 America/Tortola

-----Original Message----- From: Arthur David Olson [mailto:olsona@elsie.nci.nih.gov] Sent: Sunday, May 17, 2009 2:16 PM To: tz@lecserver.nci.nih.gov Subject: proposed time zone package changes (Jordan, coordinates, et al.)
To celebrate Norwegian Independence Day here are proposed changes to the time zone package:
Minor nit from a Norwegian.... May 17th is our constitution day, as that is the day we signed our constitution in 1814. Our independence day is actually in June (june 7th, 1905).
participants (2)
-
Arthur David Olson
-
Rune Torgersen