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:
Kevin Adams 2016-01-21 07:35:07 -07:00 committed by Clinton Gormley
parent c6956a9dc9
commit 768d171f77
1 changed files with 1 additions and 2 deletions

View File

@ -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
`-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: