Try this: zone = "Central Time (US & Canada)" ActiveSupport::TimeZone[zone].parse("2013-04-03 17:47:00") Use String#in_time_zone (Rails 4+) I personally ...
確定! 回上一頁