The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# this class is autogenerated.  use make_zones to regenerate
package Data::ICal::TimeZone::Object::Pacific::Kiritimati;
use strict;
use base qw( Data::ICal::TimeZone::Object );

my $data = join '', <DATA>;
close DATA; # avoid leaking many many filehandles
__PACKAGE__->new->_load( $data );

1;
__DATA__
BEGIN:VCALENDAR
PRODID:-//My Organization//NONSGML My Product//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Pacific/Kiritimati
X-LIC-LOCATION:Pacific/Kiritimati
BEGIN:STANDARD
TZOFFSETFROM:+1400
TZOFFSETTO:+1400
TZNAME:LINT
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR