draganglumac (Dragan Glumac)
- Login: draganglumac
- Email: dragan.glumac@gmail.com
- Registered on: 08/12/2015
- Last sign in: 08/19/2015
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... -
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 ...