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

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/Pacific/Auckland.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/australasia.  Olson data version 2013d
 
6
# Generated from /tmp/tMZmaZXB7G/australasia.  Olson data version 2013f
7
7
#
8
8
# Do not edit this file directly.
9
9
#
10
10
package DateTime::TimeZone::Pacific::Auckland;
11
11
{
12
 
  $DateTime::TimeZone::Pacific::Auckland::VERSION = '1.60';
 
12
  $DateTime::TimeZone::Pacific::Auckland::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::Pacific::Auckland::AUTHORITY = 'cpan:DROLSKY';
1197
1197
    ],
1198
1198
];
1199
1199
 
1200
 
sub olson_version { '2013d' }
 
1200
sub olson_version { '2013f' }
1201
1201
 
1202
1202
sub has_dst_changes { 65 }
1203
1203
 
1251
1251
my $rules = [
1252
1252
  bless( {
1253
1253
    'at' => '2:00s',
 
1254
    'from' => '2007',
 
1255
    'in' => 'Sep',
 
1256
    'letter' => 'D',
 
1257
    'name' => 'NZ',
 
1258
    'offset_from_std' => 3600,
 
1259
    'on' => 'lastSun',
 
1260
    'save' => '1:00',
 
1261
    'to' => 'max',
 
1262
    'type' => undef
 
1263
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
 
1264
  bless( {
 
1265
    'at' => '2:00s',
1254
1266
    'from' => '2008',
1255
1267
    'in' => 'Apr',
1256
1268
    'letter' => 'S',
1260
1272
    'save' => '0',
1261
1273
    'to' => 'max',
1262
1274
    'type' => undef
1263
 
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
1264
 
  bless( {
1265
 
    'at' => '2:00s',
1266
 
    'from' => '2007',
1267
 
    'in' => 'Sep',
1268
 
    'letter' => 'D',
1269
 
    'name' => 'NZ',
1270
 
    'offset_from_std' => 3600,
1271
 
    'on' => 'lastSun',
1272
 
    'save' => '1:00',
1273
 
    'to' => 'max',
1274
 
    'type' => undef
1275
1275
  }, 'DateTime::TimeZone::OlsonDB::Rule' )
1276
1276
]
1277
1277
;