From 8f05a55def94db058cdcac6b95635efb0280d6db Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 4 Aug 2022 10:07:51 -0400 Subject: [PATCH] docs: remove link to HCL2 `timestamp` function (#13999) The `timestamp` HCL2 function was never part of the set of supported functions. --- .../job-specification/hcl2/functions/datetime/formatdate.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/docs/job-specification/hcl2/functions/datetime/formatdate.mdx b/website/content/docs/job-specification/hcl2/functions/datetime/formatdate.mdx index 166757dd7..d41281f49 100644 --- a/website/content/docs/job-specification/hcl2/functions/datetime/formatdate.mdx +++ b/website/content/docs/job-specification/hcl2/functions/datetime/formatdate.mdx @@ -102,5 +102,3 @@ configuration as needed: - [`format`](/docs/job-specification/hcl2/functions/string/format) is a more general formatting function for arbitrary data. -- [`timestamp`](/docs/job-specification/hcl2/functions/datetime/timestamp) returns the current date and time in a format - suitable for input to `formatdate`.