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::Asia::Vientiane;
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:Asia/Vientiane
X-LIC-LOCATION:Asia/Vientiane
BEGIN:STANDARD
TZOFFSETFROM:+0700
TZOFFSETTO:+0700
TZNAME:ICT
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR