rails--rails/activesupport/lib
Andrew White 697edcb30f
Fix ActiveSupport::TimeZone#utc_to_local
When utc_to_local_returns_utc_offset_times is false and the time
instance had fractional seconds the new UTC time instance was out
by a factor of 1,000,000 as the Time.utc constructor takes a usec
value and not a fractional second value.
2021-04-13 08:58:35 +01:00
..
active_support Fix ActiveSupport::TimeZone#utc_to_local 2021-04-13 08:58:35 +01:00
active_support.rb Disable parallel testing when running individual files 2021-03-18 02:06:42 -05:00