class TzLookupWrapper::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/tz_lookup_wrapper/active_support.rb, line 409 def self.format(zone) TIMEZONE_MAPPING[zone] end