hotfix: fix data type of location option
parent
3062566171
commit
f2b250c65c
|
@ -33,7 +33,7 @@ Function option that, by default, returns the current system time.
|
|||
The value of `now()` is cached at query time, so all instances of `now()` in a
|
||||
script return the same time value.
|
||||
|
||||
### location {data-type="string"}
|
||||
### location {data-type="record"}
|
||||
Location used to determine timezone. Default is [`timezone.utc`](/flux/v0.x/stdlib/timezone/#constants).
|
||||
|
||||
Flux uses the timezone information (commonly referred to as "tz" or "zoneinfo")
|
||||
|
|
Loading…
Reference in New Issue