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-ko | |
parent | ac052113c85e11df8203fdad299fe821b16b5ad0 (diff) | |
download | packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.zip packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.tar.gz packages_apps_Settings-da44d9f64af74790604d4ec97c94aa45cfc2257f.tar.bz2 |
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-ko')
-rw-r--r-- | res/xml-ko/timezones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml-ko/timezones.xml b/res/xml-ko/timezones.xml index 711f732..aed7bd9 100644 --- a/res/xml-ko/timezones.xml +++ b/res/xml-ko/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> |