General

Profile

draganglumac (Dragan Glumac)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/12/2015

09:59 AM Ruby Bug #11436: Date parsing probably doesn't match for the longest regular expression
I've realised that that there are methods on the date like strptime which give me a fine-grained control of the date parsing, so maybe this catch-all parse method is greedy by design.
Perhaps it could just be mentioned in the document...
draganglumac (Dragan Glumac)
09:12 AM Ruby Bug #11436 (Closed): Date parsing probably doesn't match for the longest regular expression
If you parse a string 'Edinburg Fringe' with the Date::parse method, you'll get the date of next Friday in Edinburgh time zone.
Some of our tests are failing for this reason. I expect that parse is matching the argument via a regular ...
draganglumac (Dragan Glumac)

Also available in: Atom