From: Wilson Bilkovich Date: 2008-10-10T04:28:10+09:00 Subject: [ruby-core:19252] [Bug #627] Time#_dump and Time#_load Bug #627: Time#_dump and Time#_load http://redmine.ruby-lang.org/issues/show/627 Author: Wilson Bilkovich Status: Open, Priority: Normal 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. ---------------------------------------- http://redmine.ruby-lang.org