I want to ask about UNIX time, Does UNIX time record Timezone?
I moved my hosting from Chicago/America to JST.
The problem is that my whole MySQL database has records of UNIX time (Chicago/America timezone)
I have a PHP code to show the time ago (ex 3days ago, yesterday, etc) When I move to the new server it says tomorrow
To avoid this tomorrow, is it ok to make the server down for one day in order to synchronize with the current server's timezone?
I worry that the UNIX time doesnt only record the date and time, but also the timezone...
I can set the PHP.ini timezone, but will it slowdown my Apache?
Thank You