Skip to content

Issue with Olson 2006b database? #15

Open
@autarch

Description

@autarch

Migrated from rt.cpan.org #17832 (status was 'stalled')

Requestors:

From on 2006-02-23 16:21:51:

I used the parse_olson script (from DateTime-TimeZone-0.36) against
the latest Olson DB files (2006b); in
lib/DateTime/TimeZone/Asia/Jerusalem.pm, the last span produced came
out as:

    [
64272092400,
1.#INF,
64272085200,
1.#INF,
7200,
0,
'IT'
    ]

By comparison to the previous file, I'm guessing it should have been:

    [
64272092400,
DateTime::TimeZone::INFINITY,
64272085200,
DateTime::TimeZone::INFINITY,
7200,
0,
'IT'
    ]

I found DateTime-TimeZone-0.42, and it's parse_olson script did the same thing.

Is this a problem with the Olson file, or does it point to something not set up correctly in my environment?

perl -v

This is perl, v5.8.4 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)

Copyright 1987-2004, Larry Wall

Binary build 810 provided by ActiveState Corp.
http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Jun 1 2004 11:52:21

uname -a
CYGWIN_NT-5.1 gsskyles-mobl0 1.5.16(0.128/4/2) 2005-04-25 20:26 i686

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions