-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
All events in standard calendar module are shown in UTC following the update to MM 2.12.0 #2068
Comments
It might have something to do with this PR: 6d60baa#diff-4163d379a03c855907bc93633f16efa0 @rejas: Any idea if this could be the case? |
Made some more tests. It looks that the problem is impacting only recurring events, one-time events are shown correctly. |
Ok, I've merged #2057, could you check if this fixes the issue by running the develop branch?
|
The given merge makes the situation for me event worse, the difference with real time becomes larger.
|
After applying #2071 everything seems to be working fine. |
Is there a test for this scenario in the code by the way? |
Just wanted to weigh in to confirm:
Thank you! This is the most crucial thing on my MM at the moment since I use it to track work meetings. |
Thanks for your confirmation. I'm closing this issue for now. Let me know if I need to reopen this issue. |
you should leave these fixed in develop issues open for people to search against, close them on actual release to master |
or think about bugfix releases. We will have discussions about this issue and weather bug from now on until next release (here, in the forum, in discord). And telling people to use May it is a solution to make one bugfix release 2 weeks after main release (if there are such bugs). |
I agree, but Mich didn't want to do point releases, even tho there is numbering for them |
Hallo, |
I found a bug in MagicMirror
Following the update to 2.12.0 all Google Calendar events are shown incorrectly.
Platform: Raspberry Pi 3
Node Version: 10.20.1
MagicMirror Version: 2.12.0
Description:
I use Google calendars configured in MM standards "calendar" module via .ical URLs.
My local timezone is MSK (UTC+3, no daylight savings time).
Following the update to MM version 2.12.0, all events are shown as they start/finish 3 hours earlier. I.e. if I cave an event that starts at "15:00" local time, it is now shown in MM as starting at "12:00". It seems that UTC timezone is used instead of local one.
Configuration:
Skipping this step for now as config.js file contains nothing related to time-zones.
The text was updated successfully, but these errors were encountered: