Skip to content

Commit e4b7d1a

Browse files
Merge pull request #7240 from varuntha-MSFT/patch-1
(AzureCXP) fixes MicrosoftDocs/dataexplorer-docs-pr#537278
2 parents b57083d + e08e524 commit e4b7d1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data-explorer/kusto/query/datetime-utc-to-local-function.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Converts UTC [datetime](scalar-data-types/datetime.md) to local datetime using a
1717

1818
[!INCLUDE [syntax-conventions-note](../includes/syntax-conventions-note.md)]
1919

20+
> [!NOTE]
21+
> `datetime_utc_to_local()` is a built-in Kusto function and does not require importing any additional libraries. If you receive an error that the function does not exist, confirm that you're running the query in a supported environment (Azure Data Explorer, Microsoft Sentinel, Azure Monitor, Microsoft Fabric).
22+
2023
## Parameters
2124

2225
| Name | Type | Required | Description |

0 commit comments

Comments
 (0)