Timezone: use forward slash
Using a backslash causes errors when querying elasticsearch, but changing the back slash to forward slash on the timezone fixes it. Closes #16148
This commit is contained in:
parent
c6956a9dc9
commit
768d171f77
|
@ -105,8 +105,7 @@ that bucketing should use a different time zone.
|
||||||
|
|
||||||
Time zones may either be specified as an ISO 8601 UTC offset (e.g. `+01:00` or
|
Time zones may either be specified as an ISO 8601 UTC offset (e.g. `+01:00` or
|
||||||
`-08:00`) or as a timezone id, an identifier used in the TZ database like
|
`-08:00`) or as a timezone id, an identifier used in the TZ database like
|
||||||
`America\Los_Angeles` (which would need to be escaped in JSON as
|
`America/Los_Angeles`.
|
||||||
`"America\\Los_Angeles"`).
|
|
||||||
|
|
||||||
Consider the following example:
|
Consider the following example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue