activesupport/lib/active_support/core_ext/time/marshal.rb
on GitHub
Last modified: 2016-08-11 17:59:24 +0000
Ruby 1.9.2 adds utc_offset and zone to Time, but marshaling only
preserves utc_offset. Preserve zone also, even though it may not work in
some edge cases.