Values.TimeZoneSourceThe time zone in which the place is located.
type nonrec t = {name : TimeZoneNameString.t option;The time zone name.
*)offset : TimeZoneOffsetString.t option;Time zone offset of the timezone from UTC.
*)offsetSeconds : TimeZoneOffsetSecondsLong.t option;The offset of the time zone from UTC, in seconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of TimeZoneOffsetSecondsLong.t
| `String of TimeZoneNameString.t ])
list ]