Hi All,
I am using 1.58a version with php8.1
Can someone tell me how I can adjust the server time to my state and country (Sydney,Australia) so that when I do downloads.
To be specific it is for EP4 module which appears to be showing US times.
Hi All,
I am using 1.58a version with php8.1
Can someone tell me how I can adjust the server time to my state and country (Sydney,Australia) so that when I do downloads.
To be specific it is for EP4 module which appears to be showing US times.
Outdoorking
www.outdoorking.com.au
Check the site's /includes/extra_configures/set_time_zone.php. You might need to change
toPHP Code:
$TZ = '';
PHP Code:
$TZ = 'Australia/Sydney';
Bookmarks