Php versions – PHP time() returns a timestamp that is 59 seconds behind real time
I have a dev environment and a production environment. The time() function returns the correct timestamp in my dev env but in my production environment time() is exactly 59 seconds behind! The version of PHP is 7.0.3 on both environments.…