-
Notifications
You must be signed in to change notification settings - Fork 465
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
Un-parseable date #405
Comments
works for me? on OSX
|
That's strange doesn't work on my VM (that's current version - but has never worked since the first post): but does work in production on: same version 0.10.2, what a strange quirk, must be a conflict with something on my VM.. |
I'm seeing something similar, and I'm guessing that it has something to do with time changes:
Daylight savings time started on 2023-03-12 - Chronic seems to be treating the entire day as PDT, when PDT actually starts at 2:00am. |
* Extract base class from services * Pulled out some shared code from services and sync_items * Moving more shared code into the base classes * Work around Chronic bug due to time change (mojombo/chronic#405) * Fix github sync issue * Don't use a default min_service_interval * Better naming also alphabetize top level requires * Get specs passing locally
This Date String does not seem to parse, but the day after it does:
Not sure why the first one isn't working, any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: