From 9788210acd68054344b90a0d2b7399eea828bc89 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 3 May 2019 08:51:55 -0600 Subject: [PATCH] update timezone spec on now function --- content/v2.0/reference/flux/functions/built-in/misc/now.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/flux/functions/built-in/misc/now.md b/content/v2.0/reference/flux/functions/built-in/misc/now.md index de76ac277..d342ad0b0 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/now.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/now.md @@ -1,6 +1,6 @@ --- title: now() function -description: The `now()` function returns the current time (GMT). +description: The `now()` function returns the current time (UTC). menu: v2_0_ref: name: now @@ -8,7 +8,7 @@ menu: weight: 401 --- -The `now()` function returns the current time (GMT). +The `now()` function returns the current time (UTC). _**Function type:** Date/Time_ _**Output data type:** Time_