Skip to content

Commit be5c74c

Browse files
Merge pull request #2801 from MicrosoftDocs/main639008139423656821sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 9283b8a + 3a7b6d2 commit be5c74c

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)