Print this page
6402 Update zoneinfo to 2015g
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by:

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zic/antarctica
          +++ new/usr/src/cmd/zic/antarctica
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # and
   9    9  # Summary of the Peri-Antarctic Islands (1998-07-23)
  10   10  # http://www.spri.cam.ac.uk/bob/periant.htm
  11   11  # for information.
  12   12  # Unless otherwise specified, we have no time zone information.
  13   13  #
  14   14  # Except for the French entries,
  15   15  # I made up all time zone abbreviations mentioned here; corrections welcome!
  16   16  # FORMAT is 'zzz' and GMTOFF is 0 for locations while uninhabited.
  17   17  
  18      -# These rules are stolen from the 'southamerica' file.
  19      -# Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  20      -Rule    ArgAQ   1964    1966    -       Mar      1      0:00    0       -
  21      -Rule    ArgAQ   1964    1966    -       Oct     15      0:00    1:00    S
  22      -Rule    ArgAQ   1967    only    -       Apr      2      0:00    0       -
  23      -Rule    ArgAQ   1967    1968    -       Oct     Sun>=1  0:00    1:00    S
  24      -Rule    ArgAQ   1968    1969    -       Apr     Sun>=1  0:00    0       -
  25      -Rule    ArgAQ   1974    only    -       Jan     23      0:00    1:00    S
  26      -Rule    ArgAQ   1974    only    -       May      1      0:00    0       -
  27      -Rule    ChileAQ 1972    1986    -       Mar     Sun>=9  3:00u   0       -
  28      -Rule    ChileAQ 1974    1987    -       Oct     Sun>=9  4:00u   1:00    S
  29      -Rule    ChileAQ 1987    only    -       Apr     12      3:00u   0       -
  30      -Rule    ChileAQ 1988    1989    -       Mar     Sun>=9  3:00u   0       -
  31      -Rule    ChileAQ 1988    only    -       Oct     Sun>=1  4:00u   1:00    S
  32      -Rule    ChileAQ 1989    only    -       Oct     Sun>=9  4:00u   1:00    S
  33      -Rule    ChileAQ 1990    only    -       Mar     18      3:00u   0       -
  34      -Rule    ChileAQ 1990    only    -       Sep     16      4:00u   1:00    S
  35      -Rule    ChileAQ 1991    1996    -       Mar     Sun>=9  3:00u   0       -
  36      -Rule    ChileAQ 1991    1997    -       Oct     Sun>=9  4:00u   1:00    S
  37      -Rule    ChileAQ 1997    only    -       Mar     30      3:00u   0       -
  38      -Rule    ChileAQ 1998    only    -       Mar     Sun>=9  3:00u   0       -
  39      -Rule    ChileAQ 1998    only    -       Sep     27      4:00u   1:00    S
  40      -Rule    ChileAQ 1999    only    -       Apr      4      3:00u   0       -
  41      -Rule    ChileAQ 1999    2010    -       Oct     Sun>=9  4:00u   1:00    S
  42      -Rule    ChileAQ 2000    2007    -       Mar     Sun>=9  3:00u   0       -
  43      -# N.B.: the end of March 29 in Chile is March 30 in Universal time,
  44      -# which is used below in specifying the transition.
  45      -Rule    ChileAQ 2008    only    -       Mar     30      3:00u   0       -
  46      -Rule    ChileAQ 2009    only    -       Mar     Sun>=9  3:00u   0       -
  47      -Rule    ChileAQ 2010    only    -       Apr     Sun>=1  3:00u   0       -
  48      -Rule    ChileAQ 2011    only    -       May     Sun>=2  3:00u   0       -
  49      -Rule    ChileAQ 2011    only    -       Aug     Sun>=16 4:00u   1:00    S
  50      -Rule    ChileAQ 2012    2015    -       Apr     Sun>=23 3:00u   0       -
  51      -Rule    ChileAQ 2012    2014    -       Sep     Sun>=2  4:00u   1:00    S
  52      -
  53   18  # Argentina - year-round bases
  54   19  # Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05
  55   20  # Carlini, Potter Cove, King George Island, -6414-0602320, since 1982-01
  56   21  # Esperanza, Hope Bay, -6323-05659, since 1952-12-17
  57   22  # Marambio, -6414-05637, since 1969-10-29
  58   23  # Orcadas, Laurie I, -6016-04444, since 1904-02-22
  59   24  # San Martín, Barry I, -6808-06706, since 1951-03-21
  60   25  #       (except 1960-03 / 1976-03-21)
  61   26  
  62   27  # Australia - territories
↓ open down ↓ 274 lines elided ↑ open up ↑
 337  302  # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 338  303  Zone Antarctica/Rothera 0       -       zzz     1976 Dec  1
 339  304                          -3:00   -       ROTT    # Rothera time
 340  305  
 341  306  # Uruguay - year round base
 342  307  # Artigas, King George Island, -621104-0585107
 343  308  
 344  309  # USA - year-round bases
 345  310  #
 346  311  # Palmer, Anvers Island, since 1965 (moved 2 miles in 1968)
      312 +# See 'southamerica' for Antarctica/Palmer, since it uses South American DST.
 347  313  #
 348      -# From Ethan Dicks (1996-10-06):
 349      -# It keeps the same time as Punta Arenas, Chile, because, just like us
 350      -# and the South Pole, that's the other end of their supply line....
 351      -# I verified with someone who was there that since 1980,
 352      -# Palmer has followed Chile.  Prior to that, before the Falklands War,
 353      -# Palmer used to be supplied from Argentina.
 354      -#
 355      -# Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 356      -Zone Antarctica/Palmer  0       -       zzz     1965
 357      -                        -4:00   ArgAQ   AR%sT   1969 Oct  5
 358      -                        -3:00   ArgAQ   AR%sT   1982 May
 359      -                        -4:00   ChileAQ CL%sT   2015 Apr 26 3:00u
 360      -                        -3:00   -       CLT
 361      -#
 362      -#
 363  314  # McMurdo Station, Ross Island, since 1955-12
 364  315  # Amundsen-Scott South Pole Station, continuously occupied since 1956-11-20
 365  316  #
 366  317  # From Chris Carrier (1996-06-27):
 367  318  # Siple, the first commander of the South Pole station,
 368  319  # stated that he would have liked to have kept GMT at the station,
 369  320  # but that he found it more convenient to keep GMT+12
 370  321  # as supplies for the station were coming from McMurdo Sound,
 371  322  # which was on GMT+12 because New Zealand was on GMT+12 all year
 372  323  # at that time (1957).  (Source: Siple's book 90 Degrees South.)
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX