ZF-2290: add method to get/set the timezone by a locale (Zend/Locale/Data/supplementalData.xml)
Description
I think it is usefull get the timezone by the locale region or by the default region of a given language e.g: de_DE => DE => Europe/Berlin de_AT => AT => Europe/Vienna en => GB => Europe/London (using the default region or throw an Exception)
the information is stored in the file Zend/Locale/Data/supplementalData.xml
Comments
Posted by Thomas Weidner (thomas) on 2007-12-10T15:41:36.000+0000
There are a few things to mention:
Posted by Marc Bennewitz (GIATA mbH) (mben) on 2007-12-11T17:17:16.000+0000
ok it need a matching table to parse timezones to the right format.
for only a given locale it can throw an exception, but on a given country code it can return a list of available timezones for this country. Than the timezone can relatively well Concerts.
Posted by Thomas Weidner (thomas) on 2008-01-06T15:03:37.000+0000
The possible and available information have been implemented within the new I18N core. See SVN-7357.