Forums
(@rightworks)
15 years, 3 months ago
Solved the problem by adding this code to the index.php file:
<?php date_default_timezone_set('America/New_York'); ?>
More info here:
https://www.w3schools.com/php/func_date_default_timezone_set.asp
and here:
https://www.php.net/manual/en/timezones.php
Took esmi advice and found the problem. A Plugin called More Fields was causing the problem.
Tried that, no go.
For now I’m going to stay at 2.8.6.
15 years, 5 months ago
Thanks for the explanation.
That worked perfectly, thank you.
I wouldn’t have known to do this, obviously, what is the first line of code doing?
thanks again,