Hello
I’m having the same issue but in UTC +12 (NZ)
Anyone know how to fix this issue?
Thread Starter
Vix332
(@vix332)
Hi,
This worked for me
http://wordpress.org/support/topic/plugin-events-calendar-recognise-my-time-zone
right down the bottom and for me in Sydney this is what it looks like
date_default_timezone_set(‘Australia/Sydney’);
Hope thast helps
Vix
ok thanks where did u put your line i tried right at the top after <?php and before first comment and it didn’t work
Thread Starter
Vix332
(@vix332)
Make sure you are using the right file
events-calendar/ec_calendar.class.php
This is what mine looks like
<?php
date_default_timezone_set(‘Australia/Sydney’);
/**
* This file contains WP Events Calendar plugin.
*
* This is the main WPEC file.
* @internal Complete the description.
*
* @package WP-Events-Calendar
* @since 1.0
*
* @autbor Luke Howell <luke@wp-eventscalendar.com>
*
* @copyright Copyright (c) 2007-2009 Luke Howell
*
* @license GPLv3 {@link http://www.gnu.org/licenses/gpl}
* @filesource
*/
/*
Vix
oh ok i have it in the right place and it’s New Zealand/Auckland sorted thanks
Thread Starter
Vix332
(@vix332)