ExVcom.Model.Timezone (ex_vcom v0.1.1)

Timezone definition

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.Timezone{
  name: String.t() | nil,
  utcOffset: String.t() | nil
}