< prev index next >

test/jdk/sun/util/calendar/zi/tzdata/australasia

Print this page




   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #


  24 # This file is in the public domain, so clarified as of
  25 # 2009-05-17 by Arthur David Olson.
  26 
  27 # This file also includes Pacific islands.
  28 
  29 # Notes are at the end of this file
  30 
  31 ###############################################################################
  32 
  33 # Australia
  34 
  35 # Please see the notes below for the controversy about "EST" versus "AEST" etc.
  36 
  37 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  38 Rule    Aus     1917    only    -       Jan      1      0:01    1:00    D
  39 Rule    Aus     1917    only    -       Mar     25      2:00    0       S
  40 Rule    Aus     1942    only    -       Jan      1      2:00    1:00    D
  41 Rule    Aus     1942    only    -       Mar     29      2:00    0       S
  42 Rule    Aus     1942    only    -       Sep     27      2:00    1:00    D
  43 Rule    Aus     1943    1944    -       Mar     lastSun 2:00    0       S


 367 # DST will start Nov. 2 this year.
 368 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-SUNDAY,-NOVEMBER-2ND.aspx
 369 
 370 # From a government order dated 2015-08-26 and published as Legal Notice No. 77
 371 # in the Government of Fiji Gazette Supplement No. 24 (2015-08-28),
 372 # via Ken Rylander (2015-09-02):
 373 # the daylight saving period is 1 hour in advance of the standard time
 374 # commencing at 2.00 am on Sunday 1st November, 2015 and ending at
 375 # 3.00 am on Sunday 17th January, 2016.
 376 
 377 # From Raymond Kumar (2016-10-04):
 378 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-6th-NOVEMBER,-2016.aspx
 379 # "Fiji's daylight savings will begin on Sunday, 6 November 2016, when
 380 # clocks go forward an hour at 2am to 3am....  Daylight Saving will
 381 # end at 3.00am on Sunday 15th January 2017."
 382 
 383 # From Paul Eggert (2017-08-21):
 384 # Dominic Fok writes (2017-08-20) that DST ends 2018-01-14, citing
 385 # Extraordinary Government of Fiji Gazette Supplement No. 21 (2017-08-27),
 386 # [Legal Notice No. 41] of an order of the previous day by J Usamate.






 387 # For now, guess DST from 02:00 the first Sunday in November to 03:00
 388 # the first Sunday on or after January 14.  Although ad hoc, it matches

 389 # transitions since late 2014 and seems more likely to match future
 390 # practice than guessing no DST.
 391 
 392 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 393 Rule    Fiji    1998    1999    -       Nov     Sun>=1       2:00    1:00    -
 394 Rule    Fiji    1999    2000    -       Feb     lastSun 3:00    0       -
 395 Rule    Fiji    2009    only    -       Nov     29      2:00    1:00    -
 396 Rule    Fiji    2010    only    -       Mar     lastSun 3:00    0       -
 397 Rule    Fiji    2010    2013    -       Oct     Sun>=21      2:00    1:00    -
 398 Rule    Fiji    2011    only    -       Mar     Sun>=1       3:00    0       -
 399 Rule    Fiji    2012    2013    -       Jan     Sun>=18      3:00    0       -
 400 Rule    Fiji    2014    only    -       Jan     Sun>=18      2:00    0       -
 401 Rule    Fiji    2014    max     -       Nov     Sun>=1       2:00    1:00    -
 402 Rule    Fiji    2015    max     -       Jan     Sun>=14      3:00    0       -
 403 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 404 Zone    Pacific/Fiji    11:55:44 -      LMT     1915 Oct 26 # Suva
 405                         12:00   Fiji    +12/+13
 406 
 407 # French Polynesia
 408 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 409 Zone    Pacific/Gambier  -8:59:48 -     LMT     1912 Oct # Rikitea
 410                          -9:00  -       -09
 411 Zone    Pacific/Marquesas -9:18:00 -    LMT     1912 Oct
 412                          -9:30  -       -0930
 413 Zone    Pacific/Tahiti   -9:58:16 -     LMT     1912 Oct # Papeete
 414                         -10:00  -       -10
 415 # Clipperton (near North America) is administered from French Polynesia;
 416 # it is uninhabited.
 417 
 418 # Guam
 419 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 420 Zone    Pacific/Guam    -14:21:00 -     LMT     1844 Dec 31
 421                          9:39:00 -      LMT     1901        # Agana
 422                         10:00   -       GST     2000 Dec 23 # Guam




   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # tzdb data for Australasia and environs, and for much of the Pacific
  25 
  26 # This file is in the public domain, so clarified as of
  27 # 2009-05-17 by Arthur David Olson.
  28 
  29 # This file also includes Pacific islands.
  30 
  31 # Notes are at the end of this file
  32 
  33 ###############################################################################
  34 
  35 # Australia
  36 
  37 # Please see the notes below for the controversy about "EST" versus "AEST" etc.
  38 
  39 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  40 Rule    Aus     1917    only    -       Jan      1      0:01    1:00    D
  41 Rule    Aus     1917    only    -       Mar     25      2:00    0       S
  42 Rule    Aus     1942    only    -       Jan      1      2:00    1:00    D
  43 Rule    Aus     1942    only    -       Mar     29      2:00    0       S
  44 Rule    Aus     1942    only    -       Sep     27      2:00    1:00    D
  45 Rule    Aus     1943    1944    -       Mar     lastSun 2:00    0       S


 369 # DST will start Nov. 2 this year.
 370 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-SUNDAY,-NOVEMBER-2ND.aspx
 371 
 372 # From a government order dated 2015-08-26 and published as Legal Notice No. 77
 373 # in the Government of Fiji Gazette Supplement No. 24 (2015-08-28),
 374 # via Ken Rylander (2015-09-02):
 375 # the daylight saving period is 1 hour in advance of the standard time
 376 # commencing at 2.00 am on Sunday 1st November, 2015 and ending at
 377 # 3.00 am on Sunday 17th January, 2016.
 378 
 379 # From Raymond Kumar (2016-10-04):
 380 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-6th-NOVEMBER,-2016.aspx
 381 # "Fiji's daylight savings will begin on Sunday, 6 November 2016, when
 382 # clocks go forward an hour at 2am to 3am....  Daylight Saving will
 383 # end at 3.00am on Sunday 15th January 2017."
 384 
 385 # From Paul Eggert (2017-08-21):
 386 # Dominic Fok writes (2017-08-20) that DST ends 2018-01-14, citing
 387 # Extraordinary Government of Fiji Gazette Supplement No. 21 (2017-08-27),
 388 # [Legal Notice No. 41] of an order of the previous day by J Usamate.
 389 
 390 # From Raymond Kumar (2018-07-13):
 391 # http://www.fijitimes.com/government-approves-2018-daylight-saving/
 392 # ... The daylight saving period will end at 3am on Sunday January 13, 2019.
 393 #
 394 # From Paul Eggert (2018-07-15):
 395 # For now, guess DST from 02:00 the first Sunday in November to 03:00
 396 # the first Sunday on or after January 13.  January transitions reportedly
 397 # depend on when school terms start.  Although the guess is ad hoc, it matches
 398 # transitions since late 2014 and seems more likely to match future
 399 # practice than guessing no DST.
 400 
 401 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 402 Rule    Fiji    1998    1999    -       Nov     Sun>=1       2:00    1:00    -
 403 Rule    Fiji    1999    2000    -       Feb     lastSun 3:00    0       -
 404 Rule    Fiji    2009    only    -       Nov     29      2:00    1:00    -
 405 Rule    Fiji    2010    only    -       Mar     lastSun 3:00    0       -
 406 Rule    Fiji    2010    2013    -       Oct     Sun>=21      2:00    1:00    -
 407 Rule    Fiji    2011    only    -       Mar     Sun>=1       3:00    0       -
 408 Rule    Fiji    2012    2013    -       Jan     Sun>=18      3:00    0       -
 409 Rule    Fiji    2014    only    -       Jan     Sun>=18      2:00    0       -
 410 Rule    Fiji    2014    max     -       Nov     Sun>=1       2:00    1:00    -
 411 Rule    Fiji    2015    max     -       Jan     Sun>=13      3:00    0       -
 412 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 413 Zone    Pacific/Fiji    11:55:44 -      LMT     1915 Oct 26 # Suva
 414                         12:00   Fiji    +12/+13
 415 
 416 # French Polynesia
 417 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 418 Zone    Pacific/Gambier  -8:59:48 -     LMT     1912 Oct # Rikitea
 419                          -9:00  -       -09
 420 Zone    Pacific/Marquesas -9:18:00 -    LMT     1912 Oct
 421                          -9:30  -       -0930
 422 Zone    Pacific/Tahiti   -9:58:16 -     LMT     1912 Oct # Papeete
 423                         -10:00  -       -10
 424 # Clipperton (near North America) is administered from French Polynesia;
 425 # it is uninhabited.
 426 
 427 # Guam
 428 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 429 Zone    Pacific/Guam    -14:21:00 -     LMT     1844 Dec 31
 430                          9:39:00 -      LMT     1901        # Agana
 431                         10:00   -       GST     2000 Dec 23 # Guam


< prev index next >