M
Michael Guterl
In attempting to make a small library of mine 1.9 compatible I have
run across an inconsistency in date parsing.
Ruby 1.8:
Ruby 1.9:
I am sure I am not the first person to run across this issue. What is
the recommended way for dealing with this?
Best,
Michael Guterl
run across an inconsistency in date parsing.
Ruby 1.8:
2009-04-302009-04-12
Ruby 1.9:
ArgumentError: invalid date2009-12-04
I am sure I am not the first person to run across this issue. What is
the recommended way for dealing with this?
Best,
Michael Guterl