diff options
author | Eric Fischer <enf@google.com> | 2010-01-08 12:39:44 -0800 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-01-08 12:39:44 -0800 |
commit | da44d9f64af74790604d4ec97c94aa45cfc2257f (patch) | |
tree | 279bf7aa2575265dd87c50a5033ec36602844f2a /res/xml-ar | |
parent | ac052113c85e11df8203fdad299fe821b16b5ad0 (diff) | |
download | packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.tar.gz packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.tar.bz2 packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.zip |
Change the "Brasilia" time zone to follow America/Sao_Paulo DST rules.
Previously it was using America/Araguaina, which does not currently observe
DST. Brasilia is actually in an area that follows the Sao_Paulo rules.
Bug 2362824
Diffstat (limited to 'res/xml-ar')
-rw-r--r-- | res/xml-ar/timezones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml-ar/timezones.xml b/res/xml-ar/timezones.xml index b9038805b..d8ee85731 100644 --- a/res/xml-ar/timezones.xml +++ b/res/xml-ar/timezones.xml @@ -19,7 +19,7 @@ <timezone id="America/Manaus">ماناوس</timezone> <timezone id="America/Santiago">سانتيجو</timezone> <timezone id="America/St_Johns">سانت جونس</timezone> - <timezone id="America/Araguaina">أروجوانيا</timezone> + <timezone id="America/Sao_Paulo">ساو باولو</timezone> <timezone id="America/Argentina/Buenos_Aires">بوينوس أيرس</timezone> <timezone id="America/Godthab">جودثاب</timezone> <timezone id="America/Montevideo">Montevideo</timezone> |