You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last month, Norway entered Daylight saving time. In Google calendar on the web, the events are displayed correctly, but in calendar.vim, they are displayed one hour earlier. How to fix?
The text was updated successfully, but these errors were encountered:
First of all, the plugin does not support DST switch (#142) and there's no plan to support it for now. The timezone of the plugin follows the timezone of the environment (like date command). So one option is to configure the environment (maybe TZ). And another option is to configure g:calendar_time_zone (See `:h g:calendar_time_zone).
I found the issue here - it's that I didn't restart VIM after DST. Doing that updated the appointment times and all is fine. Maybe add a note in the docs on that?
Hmm, restarting something is in general the solution for various kind of problems (not only for this DST problem), so I don't think documentation is appropriate.
Last month, Norway entered Daylight saving time. In Google calendar on the web, the events are displayed correctly, but in calendar.vim, they are displayed one hour earlier. How to fix?
The text was updated successfully, but these errors were encountered: