Skip to content

Commit 66d4ff9

Browse files
Added timezone clarification (#19021)
* Added timezone clarification Perhaps it may be best to detail the use of time offset ? * Update src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx --------- Co-authored-by: angelampcosta <[email protected]>
1 parent 542b16a commit 66d4ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ client request HTTP host as `host` field of 2 WAF events from zone-scoped
8181

8282
In the query above, we have variable placeholders: $tag, $start, and $end. We
8383
provide values for those placeholders alongside the query by placing them into
84-
`variables` field of the payload.
84+
`variables` field of the payload. Note that the examples below use the UTC timezone, indicated by the letter "Z".
8585

8686
```json title="A set of variables"
8787
{

0 commit comments

Comments
 (0)