-
Apr 2nd, 2024, 05:21 AM
#1
[RESOLVED] Azure datetime UTC?
Hi.
I'm wondering if anyone is using Azure app insights to view logs?
We have 3 hours difference in UTC datetime but when I do this:
Code:
requests
| where timestamp between (datetime_utc_to_local(todatetime('2024-04-02T11:34:00'), 'Europe/Athens') .. datetime_utc_to_local(todatetime('2024-04-02T11:37:00'), 'Europe/Athens'))
I get -1 hour results.
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
-
Apr 12th, 2024, 03:43 AM
#2
Re: Azure datetime UTC?
OK So opposite selection works so I'm resolving myself.
Code:
traces
| where timestamp between (datetime_local_to_utc(todatetime('2024-04-12T10:30:00'), 'Europe/Athens') .. datetime_local_to_utc(todatetime('2024-04-12T10:37:00'), 'Europe/Athens'))
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|