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

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/America/Vancouver.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::Vancouver;
11
11
{
12
 
  $DateTime::TimeZone::America::Vancouver::VERSION = '1.60';
 
12
  $DateTime::TimeZone::America::Vancouver::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::America::Vancouver::AUTHORITY = 'cpan:DROLSKY';
1512
1512
    ],
1513
1513
];
1514
1514
 
1515
 
sub olson_version { '2013d' }
 
1515
sub olson_version { '2013f' }
1516
1516
 
1517
1517
sub has_dst_changes { 82 }
1518
1518
 
1567
1567
  bless( {
1568
1568
    'at' => '2:00',
1569
1569
    'from' => '2007',
 
1570
    'in' => 'Mar',
 
1571
    'letter' => 'D',
 
1572
    'name' => 'Canada',
 
1573
    'offset_from_std' => 3600,
 
1574
    'on' => 'Sun>=8',
 
1575
    'save' => '1:00',
 
1576
    'to' => 'max',
 
1577
    'type' => undef
 
1578
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
 
1579
  bless( {
 
1580
    'at' => '2:00',
 
1581
    'from' => '2007',
1570
1582
    'in' => 'Nov',
1571
1583
    'letter' => 'S',
1572
1584
    'name' => 'Canada',
1575
1587
    'save' => '0',
1576
1588
    'to' => 'max',
1577
1589
    'type' => undef
1578
 
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
1579
 
  bless( {
1580
 
    'at' => '2:00',
1581
 
    'from' => '2007',
1582
 
    'in' => 'Mar',
1583
 
    'letter' => 'D',
1584
 
    'name' => 'Canada',
1585
 
    'offset_from_std' => 3600,
1586
 
    'on' => 'Sun>=8',
1587
 
    'save' => '1:00',
1588
 
    'to' => 'max',
1589
 
    'type' => undef
1590
1590
  }, 'DateTime::TimeZone::OlsonDB::Rule' )
1591
1591
]
1592
1592
;