Last active
February 23, 2016 11:56
-
-
Save kdiogenes/d4cd7bff91f37eceb7a6 to your computer and use it in GitHub Desktop.
rails: Brazil TZInfo time zone names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| br = TZInfo::Country.get('BR') | |
| br.zone_names => [ | |
| "America/Noronha", "America/Belem", "America/Fortaleza", "America/Recife", | |
| "America/Araguaina", "America/Maceio", "America/Bahia", "America/Sao_Paulo", | |
| "America/Campo_Grande", "America/Cuiaba", "America/Santarem", "America/Porto_Velho", | |
| "America/Boa_Vista", "America/Manaus", "America/Eirunepe", "America/Rio_Branco" | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment