Fix incorrect `isotime` output (#11157)

pull/11161/head
Joseph Daniel 5 years ago committed by GitHub
parent b0f6f72f3a
commit 33a4ba2dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -276,7 +276,7 @@ You can try and modify the following examples in a packer template or in
| Input | Output |
| ------------------------------------------ | ----------- |
| ``"packer-{{isotime `2006-01-02`}}"`` | "packer-2021-05-17 11:40:16" |
| ``"packer-{{isotime `2006-01-02`}}"`` | "packer-2021-05-17" |
| ``"packer-{{isotime `Jan-_2-15:04:05.000`}}"`` | "packer-May-17-23:40:16.786" |
| ``"packer-{{isotime `3:04PM`}}"`` | "packer-11:40PM" |
| ``"{{ isotime }}"`` | "June 7, 7:22:43pm 2014" |

Loading…
Cancel
Save