-
Notifications
You must be signed in to change notification settings - Fork 461
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
'sunday next week' returns nil during certain dates #344
Comments
@davispuh Any update on when the rewrite branch will be released? We're running into the DST issue as well. |
It's actually been almost finished for really long time (more than a year) I just haven't been working on it for ages. For more info see #316
You can try and test it already #347 Only thing that's left to do is finish timezone support and then could release beta version. When that will happen no idea, but it could be ~soonish. |
Chronic.parse('sunday next week')
appears to returnnil
when called during the current week. We have not noticed any issues while using it about a year now, but currently Chronic is not able to return sunday for next week.I've tested it by experimenting different times as the
now
parameter. Calling the method withnow
set in the past or in the future works as expected:I suspect the issue is related to daylight saving time, as our time zone will switch back to standard time on Sunday October 30th.
The text was updated successfully, but these errors were encountered: