The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package #
Date::Manip::Offset::off131;
# Copyright (c) 2008-2015 Sullivan Beck.  All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

# This file was automatically generated.  Any changes to this file will
# be lost the next time 'tzdata' is run.
#    Generated on: Tue May  5 07:44:12 EDT 2015
#    Data version: tzdata2015d
#    Code version: tzcode2015d

# This module contains data from the zoneinfo time zone database.  The original
# data was obtained from the URL:
#    ftp://ftp.iana.org/tz

use strict;
use warnings;
require 5.010000;

our ($VERSION);
$VERSION='6.50';
END { undef $VERSION; }

our ($Offset,%Offset);
END {
   undef $Offset;
   undef %Offset;
}

$Offset        = '+07:00:00';

%Offset        = (
   0 => [
      'indian/christmas',
      'asia/ho_chi_minh',
      'asia/bangkok',
      'asia/novokuznetsk',
      'asia/novosibirsk',
      'asia/jakarta',
      'asia/hovd',
      'asia/pontianak',
      'asia/omsk',
      'asia/krasnoyarsk',
      'etc/gmt+7',
      't',
      'antarctica/davis',
      'asia/irkutsk',
      'asia/choibalsan',
      'asia/ulaanbaatar',
      'asia/kuala_lumpur',
      'asia/singapore',
      ],
   1 => [
      'asia/omsk',
      'asia/novokuznetsk',
      'asia/novosibirsk',
      'asia/dhaka',
      'asia/almaty',
      'asia/qyzylorda',
      'asia/krasnoyarsk',
      'asia/bishkek',
      'asia/dushanbe',
      'asia/tashkent',
      ],
);

1;