mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed timezone mapping of Ulaanbaatar.
This commit is contained in:
parent
2d33796457
commit
d2a8f7e822
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