Hi All,
I have a search which I am adding date_hour to a table:
...| stats count as 1week_ago_count by qos, date_hour
When the data is on the table, the date and time show as the following:
09/10/2013 00:00:00:000
Is there a way to clean up those zeros; either getting rid of them or adding actual time?
Thanks!