Skip to content

Commit 420ebc7

Browse files
authored
Added timezone clarification
Perhaps it may be best to detail the use of time offset ?
1 parent 27db2b9 commit 420ebc7

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 UTC timezone is used in the below examples, via the letter "Z".
8585

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

0 commit comments

Comments
 (0)