From: Dimitri Aivaliotis Date: 2005-07-20T23:46:42+09:00 Subject: Re: Date.to_time error Hi Kev, On 7/20/05, Kev Jackson wrote: > I've now discovered that any date prior to 1970 breaks when to_time is > called on it. > That would make sense, since Time represents time since the Epoch. See http://www.rubycentral.com/ref/ref_c_time.html for further details. - Dimitri