aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorZolzaya <zolzaya.erdenebaatar@gmail.com>2013-03-27 00:23:50 +0800
committerZolzaya <zolzaya.erdenebaatar@gmail.com>2013-03-27 00:23:50 +0800
commitd2a8f7e822573ecdad07ed31b9117fdc04382784 (patch)
tree472dda3011ff9704b6ea47bd1e06dfae71b9cd3f /activesupport/lib/active_support
parent2d33796457b139a58539c890624591c97354d334 (diff)
downloadrails-d2a8f7e822573ecdad07ed31b9117fdc04382784.tar.gz
rails-d2a8f7e822573ecdad07ed31b9117fdc04382784.tar.bz2
rails-d2a8f7e822573ecdad07ed31b9117fdc04382784.zip
Fixed timezone mapping of Ulaanbaatar.
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb2
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",