From: shibata.hiroshi@... Date: 2014-05-02T06:51:16+00:00 Subject: [ruby-core:62280] [ruby-trunk - Bug #9742] [Closed] Error when trying to debug line with "startDate = Time.parse('2014-Apr-01 12:00:30')" Issue #9742 has been updated by Hiroshi SHIBATA. Status changed from Open to Closed ---------------------------------------- Bug #9742: Error when trying to debug line with "startDate = Time.parse('2014-Apr-01 12:00:30')" https://bugs.ruby-lang.org/issues/9742#change-46445 * Author: Sreekanth Simhadri * Status: Closed * Priority: High * Assignee: cruby-windows * Category: platform/windows * Target version: current: 2.2.0 * ruby -v: ruby 1.9.3p545 (2014-02-24) [i386-mingw32] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Tried debug and parse string which has date and time to Time using below code Time.parse('2014-Apr-01 12:00:30') Actual Result: Script failed with error attached errorLog.txt file which was copied from console Expected Result: Should return Time without any error ---Files-------------------------------- errorLog.txt (10.4 KB) -- https://bugs.ruby-lang.org/