search for: f_datetime

Displaying 1 result from an estimated 1 matches for "f_datetime".

Did you mean: a_datetime
2012 Jun 21
6
where do I report this DateTime bug?
I have isolated what appears to be a bug in the Rails extensions to DateTime, but I don''t know where to report it. I have a standalone file to demonstrate the bug, but the punch line is that this code: TestRecord.create!(:f_datetime => (expected = DateTime.jd(2000000))) found = TestRecord.first.f_datetime puts("expected == found => #{expected == found}") puts("expected = #{expected.to_formatted_s(:rfc822)}") puts("found = #{found.to_formatted_s(:rfc822)}") generates this...