class TZInfo::Timezone
def get_proxy(identifier)
-
(TimezoneProxy)- a proxy for the time zone with the given
Parameters:
-
identifier(String) -- an IANA Time Zone Database time zone
def get_proxy(identifier) TimezoneProxy.new(identifier) end