what is the best way to set the default timezone for php scripts?

I have attempted:
PHP Code:
ini_set("date.timezone","America/Chicago"); 
but that doesn't seem to do the trick.

Any suggestions would be greatly appreciated.