I know this isn't specific to PHP, but what's the point of using timezones listed like this :http://us2.php.net/manual/en/timezones.america.php? For example "America/Indianapolis" and "America/New_York". What is the problem with EST, EDT, CST, CDT, &c?
|
|
This is just a different timezone format provided by the Zoneinfo database:
|
||
|
|
|
|
http://us2.php.net/date_default_timezone_set Quote from page: Note: Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if the timezone isn't valid, and/or a E_STRICT message if using the system settings or the TZ environment variable. |
||
|
|
|
|
Time zones or daylight savings time start/end dates of cities might change (it did occur in the past) but the cities are likely to remain at the same location. |
||
|
|
|
|
|
||||||||||
|
|
|
All regions within a timezone don't follow the same rules. For example, Arizona does not observe Daylight Saving Time. |
||
|
|
