Skip to content

Commit 2ad278c

Browse files
authored
Merge pull request #112336 from tfitzmac/0422datetime
update dateTimeAdd description
2 parents 69cbb33 + fa19435 commit 2ad278c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/template-functions-date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template functions - date
33
description: Describes the functions to use in an Azure Resource Manager template to work with dates.
44
ms.topic: conceptual
5-
ms.date: 04/06/2020
5+
ms.date: 04/22/2020
66
---
77
# Date functions for ARM templates
88

@@ -15,7 +15,7 @@ Resource Manager provides the following functions for working with dates in your
1515

1616
`dateTimeAdd(base, duration, [format])`
1717

18-
Adds a time duration to a base datetime value.
18+
Adds a time duration to a base value. ISO 8601 format is expected.
1919

2020
### Parameters
2121

0 commit comments

Comments
 (0)