VidHooley Posted April 7, 2021 Share Posted April 7, 2021 Might be a silly question, but how do I set the correct time at the back end? My server time is correct, but the back end is 5 hours ahead and it's annoying to have my daily stats reset and offset my Google analytics readings which I need to compare. Thanks Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 7, 2021 Share Posted April 7, 2021 This is typically set in PHP.ini under PHP timezone. But you can also configure that in /admin/include/setup.php using this line: date_default_timezone_set('America/New_York'); You can find list of supported timezones here: https://www.php.net/manual/en/timezones.php 1 Quote Link to comment Share on other sites More sharing options...
VidHooley Posted April 14, 2021 Author Share Posted April 14, 2021 This worked perfectly! Sorry for the redundant question, your reply was not showing up for some reason. Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.