diff --git a/packages/string-templates/scripts/gen-collection-info.js b/packages/string-templates/scripts/gen-collection-info.js index 1977f95d2..7baee1e79 100644 --- a/packages/string-templates/scripts/gen-collection-info.js +++ b/packages/string-templates/scripts/gen-collection-info.js @@ -19,8 +19,8 @@ const ADDED_HELPERS = { date: { args: ["datetime", "format"], numArgs: 2, - example: '{{date now "DD-MM-YYYY"}} -> 21-01-2021', - description: "Format a date using moment.js date formatting.", + example: '{{date now "DD-MM-YYYY" "America/New_York" }} -> 21-01-2021', + description: "Format a date using moment.js date formatting - the timezone is optional and uses the tz database.", }, duration: { args: ["time", "durationType"],