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

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/America/Toronto.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::Toronto;
11
11
{
12
 
  $DateTime::TimeZone::America::Toronto::VERSION = '1.60';
 
12
  $DateTime::TimeZone::America::Toronto::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::America::Toronto::AUTHORITY = 'cpan:DROLSKY';
1917
1917
    ],
1918
1918
];
1919
1919
 
1920
 
sub olson_version { '2013d' }
 
1920
sub olson_version { '2013f' }
1921
1921
 
1922
1922
sub has_dst_changes { 104 }
1923
1923
 
1972
1972
  bless( {
1973
1973
    'at' => '2:00',
1974
1974
    'from' => '2007',
 
1975
    'in' => 'Mar',
 
1976
    'letter' => 'D',
 
1977
    'name' => 'Canada',
 
1978
    'offset_from_std' => 3600,
 
1979
    'on' => 'Sun>=8',
 
1980
    'save' => '1:00',
 
1981
    'to' => 'max',
 
1982
    'type' => undef
 
1983
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
 
1984
  bless( {
 
1985
    'at' => '2:00',
 
1986
    'from' => '2007',
1975
1987
    'in' => 'Nov',
1976
1988
    'letter' => 'S',
1977
1989
    'name' => 'Canada',
1980
1992
    'save' => '0',
1981
1993
    'to' => 'max',
1982
1994
    'type' => undef
1983
 
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
1984
 
  bless( {
1985
 
    'at' => '2:00',
1986
 
    'from' => '2007',
1987
 
    'in' => 'Mar',
1988
 
    'letter' => 'D',
1989
 
    'name' => 'Canada',
1990
 
    'offset_from_std' => 3600,
1991
 
    'on' => 'Sun>=8',
1992
 
    'save' => '1:00',
1993
 
    'to' => 'max',
1994
 
    'type' => undef
1995
1995
  }, 'DateTime::TimeZone::OlsonDB::Rule' )
1996
1996
]
1997
1997
;