Hard to keep up with DST changes
[email protected] (Bill Moseley) Wed, 22 Apr 2015 15:17:35 -0700
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <CAKhN_m55GjgU5f9o25sVZa9VPrYPhePENT1h871ij6jNHArdew@mail.gmail.com> |
Four days lead time isn't quite enough! http://www.thecairopost.com/news/147029/news/cabinet-suspends-daylight-saving-time-for-2015 Was suppose to be the 24th: $ perl -le 'use DateTime; $dt = DateTime->new( year => 2015, month => 4, day => 24, time_zone => "Africa/Cairo" )' Invalid local time for date in time zone: Africa/Cairo -- Bill Moseley [email protected]