~ubuntu-branches/debian/sid/libdatetime-timezone-perl/sid

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/America/Inuvik.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-09-30 15:36:15 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20130930153615-41y4qd2zcm59ir99
Tags: 1:1.62-1+2013f
* New upstream release, based on version 2013f of the Olson database.
* Remove unversioned "perl" from Depends.
* debian/control: drop Pre-Depends on old dpkg version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# DateTime::TimeZone module distribution in the tools/ directory
4
4
 
5
5
#
6
 
# Generated from /tmp/6Pwc8w6J1M/northamerica.  Olson data version 2013d
 
6
# Generated from /tmp/tMZmaZXB7G/northamerica.  Olson data version 2013f
7
7
#
8
8
# Do not edit this file directly.
9
9
#
10
10
package DateTime::TimeZone::America::Inuvik;
11
11
{
12
 
  $DateTime::TimeZone::America::Inuvik::VERSION = '1.60';
 
12
  $DateTime::TimeZone::America::Inuvik::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::America::Inuvik::AUTHORITY = 'cpan:DROLSKY';
882
882
    ],
883
883
];
884
884
 
885
 
sub olson_version { '2013d' }
 
885
sub olson_version { '2013f' }
886
886
 
887
887
sub has_dst_changes { 46 }
888
888
 
937
937
  bless( {
938
938
    'at' => '2:00',
939
939
    'from' => '2007',
 
940
    'in' => 'Mar',
 
941
    'letter' => 'D',
 
942
    'name' => 'Canada',
 
943
    'offset_from_std' => 3600,
 
944
    'on' => 'Sun>=8',
 
945
    'save' => '1:00',
 
946
    'to' => 'max',
 
947
    'type' => undef
 
948
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
 
949
  bless( {
 
950
    'at' => '2:00',
 
951
    'from' => '2007',
940
952
    'in' => 'Nov',
941
953
    'letter' => 'S',
942
954
    'name' => 'Canada',
945
957
    'save' => '0',
946
958
    'to' => 'max',
947
959
    'type' => undef
948
 
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
949
 
  bless( {
950
 
    'at' => '2:00',
951
 
    'from' => '2007',
952
 
    'in' => 'Mar',
953
 
    'letter' => 'D',
954
 
    'name' => 'Canada',
955
 
    'offset_from_std' => 3600,
956
 
    'on' => 'Sun>=8',
957
 
    'save' => '1:00',
958
 
    'to' => 'max',
959
 
    'type' => undef
960
960
  }, 'DateTime::TimeZone::OlsonDB::Rule' )
961
961
]
962
962
;