• Hi
    First: Thanks for this great plug.in

    I’m living in time zone UTC+1. The connection from My Pc with Outlook 2010 to the WordPress site was no problem. All events are visible in Outlook, but one hour too late, i.E Event-Calendar: 19:00 = correct time), Outlook 20:00

    Is there a wrong setting?
    Thanks

    http://wordpress.org/extend/plugins/event-calendar/

Viewing 1 replies (of 1 total)
  • Hi,

    thats a bug. you can fix it, if you add the time you need in php file tz.php.

    search this line:
    $result = mstrftime($fmt,ec3_to_time($timestamp));

    and add:
    $result = mstrftime($fmt,ec3_to_time($timestamp)-3600);

    at the end of the line “-3600” (this means sub one hour)

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Event Calendar 3] ical to Outlook 2010 has time difference’ is closed to new replies.