Set the default timezone
Set it to UTC or GMT and you can use it as a basis for all your servers
date_default_timezone_set('UTC');
fdate(time()); // will return the UTC time
#will #timezone #servers #your #date_default_timezone_set('utc')
https://stackoverflow.com/questions/1... https://stackoverflow.com/questions/1...