Skip to content

Fix kql timezone support#850

Merged
ianhelle merged 15 commits intomicrosoft:mainfrom
FlorianBracq:fix/kql-timezone-support
Aug 11, 2025
Merged

Fix kql timezone support#850
ianhelle merged 15 commits intomicrosoft:mainfrom
FlorianBracq:fix/kql-timezone-support

Conversation

@FlorianBracq
Copy link
Collaborator

The current implementation adds a "Z" for all datetime objects, which can translate for timezone-aware datetimes to:

datetime(2025-07-22T14:29:14.467335+00:00Z)

which is not supported by Kusto.

This fix only adds the Z when no timezone info are provided.

@ianhelle ianhelle merged commit 67f9a95 into microsoft:main Aug 11, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants