Replies: 6 comments 6 replies
|
Hi @IgorRider 👋 This isn't something that's possible currently unfortunately. We did just recently add |
|
I can use offset with ToIsoString by using the code below to get the date and time in the local format 2022-03-07 02:40:16 |
|
Hi, @nblumhardt, @KodrAus : |
This is not clearly documented in the documentation: The documentation on the provided link could be improved with an example of fx "ToIsoString(@timestamp, 1h)". It should also be mentioned on this page: |
|
Thank you for the suggestion. I will add some more examples to the docs. |
|
ToIsoString isn't mentioned on that page luckily i found this. |


Uh oh!
There was an error while loading. Please reload this page.
How can I convert @timestamp property in “SELECT” query in human readable DateTime format for the current Time Zone like it’s in event viewer?
@timestamp gives number of ticks. ToIsoString(@timestamp) converts it into UTC time zone. Is there anything like ToString(@timestamp)?
All reactions