Skip to content

Commit ffc8c47

Browse files
authored
Merge pull request rails#54571 from brerx/add-asuncion-time-zone
Add Timezone America/Asuncion
2 parents 9a94ff4 + 82acc32 commit ffc8c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/values/time_zone.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class TimeZone
5757
"Caracas" => "America/Caracas",
5858
"La Paz" => "America/La_Paz",
5959
"Santiago" => "America/Santiago",
60+
"Asuncion" => "America/Asuncion",
6061
"Newfoundland" => "America/St_Johns",
6162
"Brasilia" => "America/Sao_Paulo",
6263
"Buenos Aires" => "America/Argentina/Buenos_Aires",

0 commit comments

Comments
 (0)