I'm using $page->created and $page->modified to track the time users start and finish an activity. No problem on localhost, but now that it's on a server there's a 14 hour time difference.
I figure there must be a neater fix than adding 14 hours to each record as it is read or created.
PW config file already has $config->timezone = 'Australia/Queensland';
I've tried adding date.timezone = "Australia/Queensland" to a php.ini file in a directory above my PW project - no change.
Tried adding the same line to PW .htaccess file - and ended up with a 404 until I removed the apparently offending line.
Any suggestions anyone?