Now that we''ve just gone thru DST, any love for this ticket (with patch and tests) for the Time extensions and handling DST? http://dev.rubyonrails.org/ticket/5617 If I understand the comments in the ticket correctly, the previous fix applied to "next_week" is incomplete, and a couple other ActiveSupport extensions need to fixed for DST as well. (I didn''t write the patch, just came upon it from a thread in ruby-talk by someone whose data was messed by this) - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
On 11/1/06, Rob Sanheim <rsanheim@gmail.com> wrote:> > Now that we''ve just gone thru DST, any love for this ticket (with > patch and tests) for the Time extensions and handling DST?Imho, the better way to handle this is tzinfo, because it includes historical time zones and works peachy with unixen. Last I checked, rails was missing several of the 39 time zones. -- _Deirdre http://deirdre.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
On 11/1/06, Deirdre Saoirse Moen <dsmoen@gmail.com> wrote:> > On 11/1/06, Rob Sanheim <rsanheim@gmail.com> wrote: > > > > Now that we''ve just gone thru DST, any love for this ticket (with > > patch and tests) for the Time extensions and handling DST? > > Imho, the better way to handle this is tzinfo, because it includes > historical time zones and works peachy with unixen. Last I checked, > rails was missing several of the 39 time zones.This isn''t really about the TimeZone versus other time zone solutions, its just about using 3.days.ago and things like that. I see that Jeremy has applied the fixes here: http://dev.rubyonrails.org/changeset/5388 thanks! - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---