How do I change the server time using PHP? From my research so far, I found you can execute any terminal line with the function exec()
. What do I put into that function to say change the date and time to November 24, 2013 12:38?
The reason I must do this in PHP is I do not have access to the physical server, so everything must be done remotely. I have set up Cron Jobs before using exec()
, so I should have permission to change the date as well.