date.timezone in php.ini (do I need quotes?)
Posted: Tue Aug 19, 2008 11:10 am
Simple question:
I'm adding a date.timezone directive to my php.ini.
I'm looking around on various tutorials and such through google and some people put the timezone in quotes and some don't... which is it?
date.timezone = "America/New_York"
- or -
date.timezone = America/New_York
I'm adding a date.timezone directive to my php.ini.
I'm looking around on various tutorials and such through google and some people put the timezone in quotes and some don't... which is it?
date.timezone = "America/New_York"
- or -
date.timezone = America/New_York