mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3aa26cfb19
Previously when converting AS::TimeWithZone to YAML it would be output as a UTC timestamp. Whilst this preserves the time information accurately it loses the timezone information. This commit changes that so that it is saved along with the time information. It also provides nicer encoding of AS::TimeZone instances themselves which previously embedded all of the data from the TZInfo records. Fixes #9183. |
||
---|---|---|
.. | ||
array | ||
class | ||
digest | ||
hash | ||
kernel | ||
module | ||
object | ||
bigdecimal_test.rb | ||
class_test.rb | ||
date_and_time_behavior.rb | ||
date_ext_test.rb | ||
date_time_ext_test.rb | ||
duration_test.rb | ||
enumerable_test.rb | ||
file_test.rb | ||
hash_ext_test.rb | ||
integer_ext_test.rb | ||
kernel_test.rb | ||
load_error_test.rb | ||
marshal_test.rb | ||
module_test.rb | ||
name_error_test.rb | ||
numeric_ext_test.rb | ||
range_ext_test.rb | ||
regexp_ext_test.rb | ||
secure_random_test.rb | ||
string_ext_test.rb | ||
time_ext_test.rb | ||
time_with_zone_test.rb | ||
uri_ext_test.rb |