class TZWhere::ActiveSupport

ActiveSupport class for mapping tz info identifiers to rails identifiers

Constants

TIMEZONE_MAPPING

Public Class Methods

format(zone) click to toggle source
# File lib/tzwhere/active_support.rb, line 407
def self.format(zone)
  TIMEZONE_MAPPING[zone]
end