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:
I get -1 hour results.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'))
