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-th | |
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-th')
-rw-r--r-- | res/xml-th/timezones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml-th/timezones.xml b/res/xml-th/timezones.xml index f2fdabc38..05f3793bd 100644 --- a/res/xml-th/timezones.xml +++ b/res/xml-th/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">มอนเตวิเดโอ</timezone> |