Bug #634: Time parsing works in 1.8 but not 1.9 http://redmine.ruby-lang.org/issues/show/634 Author: Aaron Patterson Status: Open, Priority: Normal This works in 1.8, but results in "ArgumentError: argument out of range" in 1.9: require 'time' Time::parse('06/21/95 04:24:34 PM') ---------------------------------------- http://redmine.ruby-lang.org