Actions
Bug #1390
closedyaml converts DateTime to Time when dumping and parsing again
ruby -v:
ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
Backport:
Description
=begin
This should output a DateTime class:
YAML::load(DateTime.parse("42-05-23").to_yaml).class
=> Time
The Timezone Information is lost in the Time class as well...
=end
Updated by shyouhei (Shyouhei Urabe) about 15 years ago
- Status changed from Open to Assigned
- Assignee set to tenderlovemaking (Aaron Patterson)
=begin
=end
Updated by tenderlovemaking (Aaron Patterson) almost 15 years ago
=begin
Fixed this in r28532. I don't seem to have permission to close it though.
=end
Updated by nobu (Nobuyoshi Nakada) almost 15 years ago
- Status changed from Assigned to Closed
=begin
=end
Actions
Like0
Like0Like0Like0