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

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/Asia/Jakarta.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/asia.  Olson data version 2013d
 
6
# Generated from /tmp/tMZmaZXB7G/asia.  Olson data version 2013f
7
7
#
8
8
# Do not edit this file directly.
9
9
#
10
10
package DateTime::TimeZone::Asia::Jakarta;
11
11
{
12
 
  $DateTime::TimeZone::Asia::Jakarta::VERSION = '1.60';
 
12
  $DateTime::TimeZone::Asia::Jakarta::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::Asia::Jakarta::AUTHORITY = 'cpan:DROLSKY';
41
41
60683989632, #    local_end 1923-12-31 23:47:12 (Mon)
42
42
25632,
43
43
0,
44
 
'JMT',
 
44
'BMT',
45
45
    ],
46
46
    [
47
47
60683964000, #    utc_start 1923-12-31 16:40:00 (Mon)
59
59
61259068800, #    local_end 1942-03-23 00:00:00 (Mon)
60
60
27000,
61
61
0,
62
 
'WIT',
 
62
'WIB',
63
63
    ],
64
64
    [
65
65
61259041800, #    utc_start 1942-03-22 16:30:00 (Sun)
77
77
61451827200, #    local_end 1948-05-01 00:00:00 (Sat)
78
78
27000,
79
79
0,
80
 
'WIT',
 
80
'WIB',
81
81
    ],
82
82
    [
83
83
61451800200, #    utc_start 1948-04-30 16:30:00 (Fri)
86
86
61514899200, #    local_end 1950-05-01 00:00:00 (Mon)
87
87
28800,
88
88
0,
89
 
'WIT',
 
89
'WIB',
90
90
    ],
91
91
    [
92
92
61514870400, #    utc_start 1950-04-30 16:00:00 (Sun)
95
95
61946294400, #    local_end 1964-01-01 00:00:00 (Wed)
96
96
27000,
97
97
0,
98
 
'WIT',
 
98
'WIB',
99
99
    ],
100
100
    [
101
101
61946267400, #    utc_start 1963-12-31 16:30:00 (Tue)
104
104
DateTime::TimeZone::INFINITY, #    local_end
105
105
25200,
106
106
0,
107
 
'WIT',
 
107
'WIB',
108
108
    ],
109
109
];
110
110
 
111
 
sub olson_version { '2013d' }
 
111
sub olson_version { '2013f' }
112
112
 
113
113
sub has_dst_changes { 0 }
114
114