sreesreekanth1 (Sreekanth Simhadri)
- Login: sreesreekanth1
- Email: sreesreekanth1@yahoo.com
- Registered on: 04/14/2014
- Last sign in: 04/14/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/14/2014
-
09:26 PM Ruby Bug #9742: Error when trying to debug line with "startDate = Time.parse('2014-Apr-01 12:00:30')"
- Sreekanth Simhadri wrote:
> Tried debug and parse string which has date and time to Time using below code
> ...
**Resolved** the issue by using DateTime.parse('2014-Apr-01 12:00:30').to_time -
08:57 PM Ruby Bug #9742 (Third Party's Issue): Error when trying to debug line with "startDate = Time.parse('2014-Apr-01 12:00:30')"
- 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: ...