-
Notifications
You must be signed in to change notification settings - Fork 44
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
TimeZones Break between Months #130
Comments
|
For anyone who finds this. Originally, I tried to work around this by just offsetting the time by 1 minute so it would never be midnight UTC. I encountered further issues though. Ultimately I just wrote a small iterator that suited my purposes.
|
I've encountered a situation where advancing hourly with DateIterator does not respect the rules for iterating.
Below I have sudo code which consists of an hourly Recurrence Rule and a date of Jan 31 at 18:00 CST. Which should iterate to Jan 31 at 19:00 CST but instead iterates to Feb 1 at 00:00 CST. Probably has something to do with the difference in time between UTC and current time zone CT.
Please see my sudo code and advise.
The text was updated successfully, but these errors were encountered: