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

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/America/Cayman.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::Cayman;
11
11
{
12
 
  $DateTime::TimeZone::America::Cayman::VERSION = '1.60';
 
12
  $DateTime::TimeZone::America::Cayman::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::America::Cayman::AUTHORITY = 'cpan:DROLSKY';
36
36
    ],
37
37
    [
38
38
59611181132, #    utc_start 1890-01-01 05:25:32 (Wed)
39
 
60307996032, #      utc_end 1912-02-01 05:07:12 (Thu)
40
 
59611162700, #  local_start 1890-01-01 00:18:20 (Wed)
 
39
60307996031, #      utc_end 1912-02-01 05:07:11 (Thu)
 
40
59611162701, #  local_start 1890-01-01 00:18:21 (Wed)
41
41
60307977600, #    local_end 1912-02-01 00:00:00 (Thu)
42
 
-18432,
 
42
-18431,
43
43
0,
44
44
'KMT',
45
45
    ],
46
46
    [
47
 
60307996032, #    utc_start 1912-02-01 05:07:12 (Thu)
 
47
60307996031, #    utc_start 1912-02-01 05:07:11 (Thu)
48
48
DateTime::TimeZone::INFINITY, #      utc_end
49
 
60307978032, #  local_start 1912-02-01 00:07:12 (Thu)
 
49
60307978031, #  local_start 1912-02-01 00:07:11 (Thu)
50
50
DateTime::TimeZone::INFINITY, #    local_end
51
51
-18000,
52
52
0,
54
54
    ],
55
55
];
56
56
 
57
 
sub olson_version { '2013d' }
 
57
sub olson_version { '2013f' }
58
58
 
59
59
sub has_dst_changes { 0 }
60
60