You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chronic.parse("five years after today")
=> 2023-07-02 17:30:00 +0200
However this does not!
Chronic.parse("five years after 11 May 2017")
NoMethodError: undefined method `begin' for nil:NilClass
from /.../chronic-0.10.2/lib/chronic/repeaters/repeater_year.rb:48:in `offset'
I am fine if it returns nil, but not an exception
The text was updated successfully, but these errors were encountered:
This works
However this does not!
I am fine if it returns
nil
, but not an exceptionThe text was updated successfully, but these errors were encountered: