# 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 ../tzdata-2018i/asia. Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Asia::Karachi;
$DateTime::TimeZone::Asia::Karachi::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::Asia::Karachi::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
60147516708, # utc_end 0-12-31 19:31:48 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
60147532800, # local_end 0-12-31 00:00:00 (Sun)
16092,
0,
'LMT',
],
[
60147516708, # utc_start 0-12-31 19:31:48 (Sun)
61273045800, # utc_end 0-12-31 18:30:00 (Sun)
60147536508, # local_start 0-12-31 01:01:48 (Sun)
61273065600, # local_end 0-12-31 00:00:00 (Sun)
19800,
0,
'+0530',
],
[
61273045800, # utc_start 0-12-31 18:30:00 (Sun)
61371538200, # utc_end 0-12-31 17:30:00 (Sun)
61273069200, # local_start 0-12-31 01:00:00 (Sun)
61371561600, # local_end 0-12-31 00:00:00 (Sun)
23400,
1,
'+0630',
],
[
61371538200, # utc_start 0-12-31 17:30:00 (Sun)
61559548200, # utc_end 0-12-31 18:30:00 (Sun)
61371558000, # local_start 0-12-31 23:00:00 (Sun)
61559568000, # local_end 0-12-31 00:00:00 (Sun)
19800,
0,
'+0530',
],
[
61559548200, # utc_start 0-12-31 18:30:00 (Sun)
62174458800, # utc_end 0-12-31 19:00:00 (Sun)
61559566200, # local_start 0-12-31 23:30:00 (Sun)
62174476800, # local_end 0-12-31 00:00:00 (Sun)
18000,
0,
'+05',
],
[
62174458800, # utc_start 0-12-31 19:00:00 (Sun)
63153802800, # utc_end 0-12-31 19:00:00 (Sun)
62174476800, # local_start 0-12-31 00:00:00 (Sun)
63153820800, # local_end 0-12-31 00:00:00 (Sun)
18000,
0,
'PKT',
],
[
63153802800, # utc_start 0-12-31 19:00:00 (Sun)
63169524000, # utc_end 0-12-31 18:00:00 (Sun)
63153824400, # local_start 0-12-31 01:00:00 (Sun)
63169545600, # local_end 0-12-31 00:00:00 (Sun)
21600,
1,
'PKST',
],
[
63169524000, # utc_start 0-12-31 18:00:00 (Sun)
63347943600, # utc_end 0-12-31 19:00:00 (Sun)
63169542000, # local_start 0-12-31 23:00:00 (Sun)
63347961600, # local_end 0-12-31 00:00:00 (Sun)
18000,
0,
'PKT',
],
[
63347943600, # utc_start 0-12-31 19:00:00 (Sun)
63361159200, # utc_end 0-12-31 18:00:00 (Sun)
63347965200, # local_start 0-12-31 01:00:00 (Sun)
63361180800, # local_end 0-12-31 00:00:00 (Sun)
21600,
1,
'PKST',
],
[
63361159200, # utc_start 0-12-31 18:00:00 (Sun)
63375418800, # utc_end 0-12-31 19:00:00 (Sun)
63361177200, # local_start 0-12-31 23:00:00 (Sun)
63375436800, # local_end 0-12-31 00:00:00 (Sun)
18000,
0,
'PKT',
],
[
63375418800, # utc_start 0-12-31 19:00:00 (Sun)
63392695200, # utc_end 0-12-31 18:00:00 (Sun)
63375440400, # local_start 0-12-31 01:00:00 (Sun)
63392716800, # local_end 0-12-31 00:00:00 (Sun)
21600,
1,
'PKST',
],
[
63392695200, # utc_start 0-12-31 18:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
63392713200, # local_start 0-12-31 23:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
18000,
0,
'PKT',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 4 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;