[Plugin: ICS Calendar] Any way to handle server in another time zone
-
This plugin is exactly what we need for our site, but we’re hosted in the Mountain Time Zone and we need the time to be Eastern Time Zone. The ICS source is Google Calendar. The time zone is set correctly in the calendar, but the plugin doesn’t pick that up. Times are given in Mountain time. There’s a cryptic note in import_ical.php (clip below is on line 199):
if ($Z == 'Z') { $TS = gmmktime($H,$M,$S,$m,$d,$y); } else { // Problem here if server in different timezone $TS = mktime($H,$M,$S,$m,$d,$y); }
Which seems to me qualifies as a ‘known issue.’
Any fix?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: ICS Calendar] Any way to handle server in another time zone’ is closed to new replies.