From: usa@... Date: 2014-07-02T08:00:09+00:00 Subject: [ruby-core:63515] [ruby-trunk - Bug #9742] [Third Party's Issue] Error when trying to debug line with "startDate = Time.parse('2014-Apr-01 12:00:30')" Issue #9742 has been updated by Usaku NAKAMURA. Status changed from Closed to Third Party's Issue ---------------------------------------- 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-47566 * Author: Sreekanth Simhadri * Status: Third Party's Issue * 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/