From 66d4ff9cdccb088635866949489b97ca3739a1af Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 7 Jan 2025 17:00:40 +0100 Subject: [PATCH] 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 <92738954+angelampcosta@users.noreply.github.com> --- .../analytics/graphql-api/getting-started/querying-basics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx index e07ade4a2f3e539..8a1e3121eb69bcb 100644 --- a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx +++ b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx @@ -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" {