Module Goog.I18n.TimeZone
module TimeZone : sig..end
val createTimeZone : int -> Goog.I18n.timeZone Js.t
This factory method creates a time zone instance. It takes either an object
containing complete time zone information, or a single number representing a
constant time zone offset. If the latter form is used, DST functionality is
not available.
Returns A goog.i18n.TimeZone object for the given
time zone data.
