When exporting the Jobstream Definitions table to a CSV file in Automation Analytics & Intelligence (AAI), duration values in the Late Time column that are less than one hour do not display correctly when opened in Microsoft Excel.
30:00:00 in Excel instead of 00:30:00.30:00 in the AAI Web interface.1:10:00).This is caused by a product defect (DE193742).
The AAI backend API returns sub-hour durations in a two-part MM:SS format (e.g., 30:00). While the Web UI renders this string directly, Microsoft Excel uses a standard time heuristic that interprets a two-part XX:XX string as Hours:Minutes. Consequently, Excel treats "30:00" as 30 hours and 0 minutes, leading to the incorrect display of 30:00:00.
This issue is scheduled to be resolved in AAI version 26.0.0. The fix normalizes all duration strings to a three-part HH:MM:SS format (e.g., 00:30:00) before export, ensuring Excel interprets the values correctly.
If an immediate correction is needed in the exported report, manually format the cells in Excel:
[h]:mm:ss or hh:mm:ss.