in reply to Re: GMT to Chicago TIme
in thread GMT to Chicago TIme

I don't understand your point. The module he is using is quite aware as to when Chicago uses DST and when it doesn't.
print(fromGMT('20090101', '12:00:00'), "\n"); # 06:00:00 print(fromGMT('20090701', '12:00:00'), "\n"); # 07:00:00

Replies are listed 'Best First'.
Re^3: GMT to Chicago TIme
by Marshall (Canon) on May 22, 2010 at 03:06 UTC
    My brain was elsewhere on this one...burning a 7 DVD set for one project while working on another coding project. Shouldn't have even been adding a 3rd thing to the multi-tasking list by answering a Perl question. I tried to do too much at once and quality of the result is less than I would have desired. Sorry. My oops.