-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting nil trying to parse 'March 10, 2013 at 12am' #177
Comments
The problem seems to be here. Coming into that call to @current_time: nil
pointer: :future
first: true
midnight: 2013-03-10 00:00:00 -0800 (a Time)
yesterday_midnight: 2013-03-09 00:00:00 -0800 (a Time)
tomorrow_midnight: 2013-03-11 00:00:00 -0700 (a Time)
offset_fix: -3600
@time: 2013-03-10 00:00:00 -0800
@type.class: Chronic::RepeaterTime::Tick
@type.time: 0
@type.ambiguous?: true We then hit line 80 and cycle through:
So we pop the stack and end up at I can't see a simple solution to this problem, but it can be easily replicated by doing a simple |
I found that the easiest way to trace the problem was by monkey-patching the code and inserting |
+1 |
The text was updated successfully, but these errors were encountered: