So, I have a system that is basically finished just cleaning out some final errors. We have a problem that the program seems to be permanently installed in the New York time zone.
I have this line of code in the core.php and bootstrap.php files:
date_default_timezone_set("Australia/Melbourne");
But the system continues to report that it is in America / NewYork.
Can someone help me set the time zone for Australia in Melbourne?
source share