Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11116 from lissyx/bug894338
Browse files Browse the repository at this point in the history
Bug 894338 - Fix Sao Paulo name, r=kaze
  • Loading branch information
fabi1cazenave committed Jul 23, 2013
2 parents 568c067 + 3664b5d commit d6db2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/resources/apn/default_timezones.py
Expand Up @@ -14,7 +14,7 @@
'CD': 'Africa/Kinshasa',
'ML': 'Africa/Bamako',
'AR': 'America/Argentina/Buenos_Aires', # This is weird in tz.json I guess
'BR': 'America/Sau_Paulo',
'BR': 'America/Sao_Paulo',
'CA': 'America/Toronto',
'CL': 'America/Santiago',
'GL': 'America/Godthab',
Expand Down
2 changes: 1 addition & 1 deletion shared/resources/apn_tz.json
Expand Up @@ -157,7 +157,7 @@
"714": "America/Panama",
"716": "America/Lima",
"722": "America/Argentina/Buenos_Aires",
"724": "America/Sau_Paulo",
"724": "America/Sao_Paulo",
"730": "America/Santiago",
"732": "America/Bogota",
"734": "America/Caracas",
Expand Down

0 comments on commit d6db2aa

Please sign in to comment.