From: Aaron Patterson Date: 2008-10-11T12:00:13+09:00 Subject: [ruby-core:19294] [Bug #634] Time parsing works in 1.8 but not 1.9 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