1
I have an external PHP server that has generated some time problems, sometimes it generates the correct time (eg: generates 17:00 to 17:00) and other times it generates with two more hours (ex: 19:00 to 17:00).
I have already tried to contact the server support, they say that there is no problem, but when recording data with change date I see many of the dates with this problem. I thought of using an external server with reliable time or some PHP function, to handle the error since definitely the server is not reliable...
already tried to set the location?
date_default_timezone_set("America/Sao_Paulo");
– LocalHost