kaelri / enigma

A featured "suite" for the Windows system monitoring application, Rainmeter.
https://www.kaelri.com/project/enigma/
272 stars 93 forks source link

Google Calendar: times off by 1 hour during daylight savings. #6

Closed kaelri closed 12 years ago

kaelri commented 12 years ago

This fix is available in the latest release.

Warning: technical explanation follows.

The function used to parse Google Calendar dates assumes:

isdst=false

This means that when the (non-DST) time gets formatted by os.date(), it is pushed an hour ahead in order to conform to the system time settings.