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/
marikunt1
Member
Posted 11 months ago #
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)