diff options
author | Zolzaya <zolzaya.erdenebaatar@gmail.com> | 2013-03-27 00:23:50 +0800 |
---|---|---|
committer | Zolzaya <zolzaya.erdenebaatar@gmail.com> | 2013-03-27 00:23:50 +0800 |
commit | d2a8f7e822573ecdad07ed31b9117fdc04382784 (patch) | |
tree | 472dda3011ff9704b6ea47bd1e06dfae71b9cd3f /activesupport/lib/active_support/values | |
parent | 2d33796457b139a58539c890624591c97354d334 (diff) | |
download | rails-d2a8f7e822573ecdad07ed31b9117fdc04382784.tar.gz rails-d2a8f7e822573ecdad07ed31b9117fdc04382784.tar.bz2 rails-d2a8f7e822573ecdad07ed31b9117fdc04382784.zip |
Fixed timezone mapping of Ulaanbaatar.
Diffstat (limited to 'activesupport/lib/active_support/values')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 4b880cb5dc..21a0620c22 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -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", |