To be clear...

This is the only perl module that uses the Olson Time Zone database to accurately represent time zones. Not only for today but back over 30 years.

I've seen you make this point several times in the chatterbox, including claiming that this was required for accurately dealing with date-times represented as epoch-seconds.

So, I'll repeat here that timezone data is irrelevent when dealing only with epoch seconds (no, you didn't claim otherwise here). And that every Unix system for decades has used the Olsen timezone database for their date conversion routines, so Perl on those platforms already uses it, so there is little point in having a module seperately deal with that on those platforms.

Perhaps you meant to say that it is the only module that you know of that uses such on MS Windows (since you bring up MS Windows next). But that isn't what you said.

- tye        


In reply to Re: Data: Dates, a DateTime replacement to perlfaq4 (TZ nit) by tye
in thread Data: Dates, a DateTime replacement to perlfaq4 by BigLug

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.