Values.LocalTimeZoneConfigSourceLocal time zone config
type nonrec t = {defaultTimeZone : TimeZone.t option;localTimeZoneDetection : LocalTimeZoneDetection.t option;localTimeZoneDetectionScope : LocalTimeZoneDetectionScope.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of TimeZone.t ])
list ]