From: Sam Roberts Date: 2006-05-04T03:33:35+09:00 Subject: Re: parsedate doesn't work on Time.now.to_s On Wed, May 03, 2006 at 06:40:17PM +0900, Julian Gall wrote: > Mike Fletcher wrote: > > My guess is the "GMT Standard Time" is throwing it off. > > You are absolutely right. I have logged it as a bug. I think the bug is with Time.now, the format of its output is not correct. This is possibly a problem with the configuration of the system, of of how it uses strftime(), since Time is a thin wrapper around time_t, and strftime(). Sam