Correct Timezone
-
You said that
“There are 2 errors in the script phpleague-front.php
1) line 268, 313, 330: the row:
if (date(‘Y-m-d’) >= $row->played)
must be modified in:
if (date(‘Y-m-d H:i:s’) >= $row->played)2) it is necessary to include the line
date_default_timezone_set(‘Europe/Rome’);
to have a correct Timezone.I need to know
in which line of phpleague-front.php i have to insert date_default_timezone_set(‘Europe/Rome’); ??Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Correct Timezone’ is closed to new replies.