Alright, quick question.
A server is running in Eastern Time. PHP program needs to make date calculations using Central time.
At the moment, I am putting this li
You can use date_default_timezone_set and all the date/time functions in the script will use it.