Skip to content

Commit

Permalink
Added timezone clarification (#19021)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wolruf and angelampcosta authored Jan 7, 2025
1 parent 542b16a commit 66d4ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ client request HTTP host as `host` field of 2 WAF events from zone-scoped

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

```json title="A set of variables"
{
Expand Down

0 comments on commit 66d4ff9

Please sign in to comment.