# This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.07) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory
#
# Generated from /tmp/Bf27RxtHDw/australasia. Olson data version 2011e
#
# Do not edit this file directly.
#
BEGIN {
$DateTime::TimeZone::Australia::Perth::VERSION = '1.32';
}
use strict;
@DateTime::TimeZone::Australia::Perth::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY,
59797757796,
DateTime::TimeZone::NEG_INFINITY,
59797785600,
27804,
0,
'LMT'
],
[
59797757796,
60463123260,
59797786596,
60463152060,
28800,
0,
'WST'
],
[
60463123260,
60470298000,
60463155660,
60470330400,
32400,
1,
'WST'
],
[
60470298000,
61252048800,
60470326800,
61252077600,
28800,
0,
'WST'
],
[
61252048800,
61259562000,
61252081200,
61259594400,
32400,
1,
'WST'
],
[
61259562000,
61275290400,
61259590800,
61275319200,
28800,
0,
'WST'
],
[
61275290400,
61291011600,
61275322800,
61291044000,
32400,
1,
'WST'
],
[
61291011600,
61299216000,
61291040400,
61299244800,
28800,
0,
'WST'
],
[
61299216000,
62287725600,
61299244800,
62287754400,
28800,
0,
'WST'
],
[
62287725600,
62298612000,
62287758000,
62298644400,
32400,
1,
'WST'
],
[
62298612000,
62571981600,
62298640800,
62572010400,
28800,
0,
'WST'
],
[
62571981600,
62582868000,
62572014000,
62582900400,
32400,
1,
'WST'
],
[
62582868000,
62825997600,
62582896800,
62826026400,
28800,
0,
'WST'
],
[
62825997600,
62835069600,
62826030000,
62835102000,
32400,
1,
'WST'
],
[
62835069600,
63300765600,
62835098400,
63300794400,
28800,
0,
'WST'
],
[
63300765600,
63310442400,
63300798000,
63310474800,
32400,
1,
'WST'
],
[
63310442400,
63329191200,
63310471200,
63329220000,
28800,
0,
'WST'
],
[
63329191200,
63342496800,
63329223600,
63342529200,
32400,
1,
'WST'
],
[
63342496800,
63360640800,
63342525600,
63360669600,
28800,
0,
'WST'
],
[
63360640800,
63373946400,
63360673200,
63373978800,
32400,
1,
'WST'
],
[
63373946400,
DateTime::TimeZone::INFINITY,
63373975200,
DateTime::TimeZone::INFINITY,
28800,
0,
'WST'
],
];
sub olson_version { '2011e' }
sub has_dst_changes { 9 }
sub _max_year { 2021 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;