Worked it out!
Once I disabled my theme it was working properly. I worked out that the issue came from a line of code that was explicitly setting the PHP timezone to Sydney Australia. I guess it plays around with what TEC is expecting? This was the code:
<?php date_default_timezone_set('Australia/Sydney'); ?>
The line is removed and everything is working as expected now ? Thanks!
-
This reply was modified 8 years, 9 months ago by
Sam Davis.