ArcGIS Pro 3.1.1
In Diagnostic Monitor —> Logs, the date/time in the raw data is formatted like this:
<Event time="Wed Apr 26 4:03:43.917" ...
That date format is difficult to parse in queries when analyzing the log data.
- Month is text; cumbersome to convert to a number
- No year
- Not sortable
- Note: clock is 24-hour (which is ok)
Could the dates be formatted something like this?
<Event time="2023-04-26T4:03:43.917" ... --ISO 8601 date standard
Would that be possible? Feel free to let me know if I've missed something.
Related: