From: Yusuke Endoh Date: 2010-04-08T22:32:22+09:00 Subject: [ruby-core:29325] [Bug #1391](Closed) yaml cannot parse dates which are very far in future Issue #1391 has been updated by Yusuke Endoh. Status changed from Open to Closed Hi, > >> YAML::load(Date.parse("20090-01-01").to_yaml) > ArgumentError: argument out of range This is limitation of UNIX time. It works in 1.9.2 because Time no longer uses UNIX time. So I close the ticket. This won't be fixed in 1.8 series and 1.9.1, I guess. -- Yusuke Endoh ---------------------------------------- http://redmine.ruby-lang.org/issues/show/1391 ---------------------------------------- http://redmine.ruby-lang.org