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
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r19742.
=end
Updated by wilson (Wilson Bilkovich) about 16 years ago
=begin
Thank you very much for the quick fix!
Is there any chance this could be merged into the 1.8.6 branch?
=end
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
=begin
Hi,
At Sat, 11 Oct 2008 00:02:34 +0900,
Wilson Bilkovich wrote in [ruby-core:19279]:
Is there any chance this could be merged into the 1.8.6 branch?
Probably.
--
Nobu Nakada
=end
Actions
Like0
Like0Like0Like0