Skip to content

Commit a716554

Browse files
authored
Merge pull request #93700 from ecfan/patch-1
Add note about removing punctuation from time zone names
2 parents 33740b7 + 5925747 commit a716554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ convertFromUtc('<timestamp>', '<destinationTimeZone>', '<format>'?)
12971297
| Parameter | Required | Type | Description |
12981298
| --------- | -------- | ---- | ----------- |
12991299
| <*timestamp*> | Yes | String | The string that contains the timestamp |
1300-
| <*destinationTimeZone*> | Yes | String | The name for the target time zone. For more information about time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values). |
1300+
| <*destinationTimeZone*> | Yes | String | The name for the target time zone. For time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values), but you might have to remove any punctuation from the time zone name. |
13011301
| <*format*> | No | String | Either a [single format specifier](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) or a [custom format pattern](https://docs.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings). The default format for the timestamp is ["o"](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) (yyyy-MM-ddTHH:mm:ss:fffffffK), which complies with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) and preserves time zone information. |
13021302
|||||
13031303

@@ -1339,8 +1339,8 @@ convertTimeZone('<timestamp>', '<sourceTimeZone>', '<destinationTimeZone>', '<fo
13391339
| Parameter | Required | Type | Description |
13401340
| --------- | -------- | ---- | ----------- |
13411341
| <*timestamp*> | Yes | String | The string that contains the timestamp |
1342-
| <*sourceTimeZone*> | Yes | String | The name for the source time zone. For more information about time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values). |
1343-
| <*destinationTimeZone*> | Yes | String | The name for the target time zone. For more information about time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values). |
1342+
| <*sourceTimeZone*> | Yes | String | The name for the source time zone. For time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values), but you might have to remove any punctuation from the time zone name. |
1343+
| <*destinationTimeZone*> | Yes | String | The name for the target time zone. For time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values), but you might have to remove any punctuation from the time zone name. |
13441344
| <*format*> | No | String | Either a [single format specifier](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) or a [custom format pattern](https://docs.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings). The default format for the timestamp is ["o"](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) (yyyy-MM-ddTHH:mm:ss:fffffffK), which complies with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) and preserves time zone information. |
13451345
|||||
13461346

@@ -1382,7 +1382,7 @@ convertToUtc('<timestamp>', '<sourceTimeZone>', '<format>'?)
13821382
| Parameter | Required | Type | Description |
13831383
| --------- | -------- | ---- | ----------- |
13841384
| <*timestamp*> | Yes | String | The string that contains the timestamp |
1385-
| <*sourceTimeZone*> | Yes | String | The name for the source time zone. For more information about time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values). |
1385+
| <*sourceTimeZone*> | Yes | String | The name for the source time zone. For time zone names, see [Microsoft Time Zone Index Values](https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values), but you might have to remove any punctuation from the time zone name. |
13861386
| <*format*> | No | String | Either a [single format specifier](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) or a [custom format pattern](https://docs.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings). The default format for the timestamp is ["o"](https://docs.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings) (yyyy-MM-ddTHH:mm:ss:fffffffK), which complies with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) and preserves time zone information. |
13871387
|||||
13881388

0 commit comments

Comments
 (0)