Actions
Bug #627
closedTime#_dump and Time#_load
Description
=begin
Currently marshaled Time objects lose their GMT status.
In other words:
time = Time.now.gmtime
data = time._dump
Time._load(data).gmt? # => false
Please see the attached spec files for what I believe the behavior should be.
The code in the 'ruby_bug' blocks is what is affected by this flag being lost.
=end
Files
Actions
Like0
Like0Like0Like0