Hello alll.
I need to understand the timestamp format for MS ATP advanced hunting queries. I tried below query
let selectedtimstamp = datetime(2021-05-05T6:54:17)
print selectedtimstamp
But the query failed. There are different sources that talk differently about this format, but none worked till now.
Plz specify the format in conventions like yyyy for year, mm for month, dd for days.
Also I can see some options for formatting date and timestamp.
format_datetime() and. format_timespan()
Can someone plz explain how to use these?
Thanks...
