DateTime.parse and long time zone names

Hi all,

Does anyone out there have a patch to date/format.rb (i.e.
DateTime.parse) that handles long time zones, e.g. "Mountain Daylight
Time" versus "MDT"?

I thought I would ask before I started hacking on it.

Regards,

Dan

irb(main):014:0> Time::parse "Wed Oct 19 15:33:41 Mountain Daylight Time 2005"
   => Wed Oct 19 15:33:41 MDT 2005

   irb(main):015:0> RUBY_VERSION
   => "1.9.0"

maybe you can upgrade only this file... dunno.

-a

ยทยทยท

On Thu, 20 Oct 2005, Berger, Daniel wrote:

Hi all,

Does anyone out there have a patch to date/format.rb (i.e.
DateTime.parse) that handles long time zones, e.g. "Mountain Daylight
Time" versus "MDT"?

I thought I would ask before I started hacking on it.

--

email :: ara [dot] t [dot] howard [at] noaa [dot] gov
phone :: 303.497.6469
anything that contradicts experience and logic should be abandoned.
-- h.h. the 14th dalai lama

===============================================================================