Issue #9742 has been reported by Sreekanth Simhadri. ---------------------------------------- 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 * Author: Sreekanth Simhadri * Status: Open * 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/