When I call the PHP date() function to return the current date and time, the value returned is one hour later that the current time. I call
date_default_timezone_set ('America/Los_Angeles') to get the current time in my own time zone.
The same code works on my own server as well as on two other free hosts I've tested it with.
The server used to return the correct time before all the migrations/upgrades, etc. Perhaps Boru's clock is off by one hour or its time zone is configured incorrectly?
date_default_timezone_set ('America/Los_Angeles') to get the current time in my own time zone.
The same code works on my own server as well as on two other free hosts I've tested it with.
The server used to return the correct time before all the migrations/upgrades, etc. Perhaps Boru's clock is off by one hour or its time zone is configured incorrectly?