what is the best way to set the default timezone for php scripts?
I have attempted:
but that doesn't seem to do the trick.PHP Code:
ini_set("date.timezone","America/Chicago");
Any suggestions would be greatly appreciated.
what is the best way to set the default timezone for php scripts?
I have attempted:
but that doesn't seem to do the trick.PHP Code:
ini_set("date.timezone","America/Chicago");
Any suggestions would be greatly appreciated.