Select to view content in your preferred language

Diagnostic Monitor Logs — Sortable date format

379
0
04-26-2023 12:30 AM
Status: Open
Labels (1)
Bud
by
Esteemed Contributor

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: