Merge pull request #24659 from hashicorp/timestamp-doc

specify that `timestamp` returns UTC
This commit is contained in:
Daniel Dreier 2020-05-21 14:30:16 -07:00 committed by GitHub
commit 44e3d99409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 a UTC timestamp string in [RFC 3339](https://tools.ietf.org/html/rfc3339) format.
In the Terraform language, timestamps are conventionally represented as
strings using [RFC 3339](https://tools.ietf.org/html/rfc3339)