rails/activesupport/lib
Andrew White c685d12c19 Remove DateTime#to_time override
Currently if the offset is not zero then to_time returns self which
can lead to errors where a developer assumes that the value is a
Time. To solve this we can use the native implementation of
DateTime#to_time in Ruby 1.9.3 as it handles offsets properly and
is faster than our override.
2012-07-01 08:02:41 +01:00
..
active_support Remove DateTime#to_time override 2012-07-01 08:02:41 +01:00
active_support.rb Fix the build 2012-05-22 12:10:35 -03:00