mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #9937 from zolzaya/master
Asia/Ulaanbaatar is incorrect mapping Fixes #9936
This commit is contained in:
commit
18a0d9f02b
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ module ActiveSupport
|
|||
"Taipei" => "Asia/Taipei",
|
||||
"Perth" => "Australia/Perth",
|
||||
"Irkutsk" => "Asia/Irkutsk",
|
||||
"Ulaan Bataar" => "Asia/Ulaanbaatar",
|
||||
"Ulaanbaatar" => "Asia/Ulaanbaatar",
|
||||
"Seoul" => "Asia/Seoul",
|
||||
"Osaka" => "Asia/Tokyo",
|
||||
"Sapporo" => "Asia/Tokyo",
|
||||
|
|
Loading…
Reference in a new issue