From 9cc658b4913b95556f61359b2c72098d26cbc93b Mon Sep 17 00:00:00 2001 From: Namho Kim Date: Mon, 13 Apr 2020 18:09:05 -0700 Subject: [PATCH] specify that `timestamp` returns UTC --- website/docs/configuration/functions/timestamp.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/timestamp.html.md b/website/docs/configuration/functions/timestamp.html.md index 52d752f071..e4cf18eaf9 100644 --- a/website/docs/configuration/functions/timestamp.html.md +++ b/website/docs/configuration/functions/timestamp.html.md @@ -13,7 +13,7 @@ description: |- earlier, see [0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html). -`timestamp` returns the current date and time. +`timestamp` returns the current date and time in UTC. In the Terraform language, timestamps are conventionally represented as strings using [RFC 3339](https://tools.ietf.org/html/rfc3339)