epam / epam/ai-dial-admin-evaluation-framework-backend
[Eval > Runs] Export CSV: date/time columns show epoch milliseconds instead of ISO 8601
- Dominant language
- Java
- Stars
- 3
- Forks
- 1
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 27
Description
## EPAM AI DIAL Admin version
Admin: [FE]0.17.0-dev.158 [BE]0.17.0-dev.26
## Problem Statement
When exporting evaluation run results to CSV, date/time columns (createdAt, computedAt, executedAt, etc.) are exported as Unix timestamps in milliseconds (e.g. 1779438132226) instead of human-readable ISO 8601 strings. This makes the exported file difficult to read and use in tools like Excel, where the value appears as scientific notation (1.77944E+12).
## Proposed Solution
Convert epoch timestamp values to ISO 8601 format (e.g. 2026-05-25T10:22:12.226Z) for all date/time columns when generating the CSV export response.
## Acceptance Criteria
- [ ] All date/time columns in the exported CSV contain ISO 8601 formatted strings instead of epoch milliseconds
- [ ] The conversion is applied consistently across all date/time fields (createdAt, computedAt, executedAt, and any other timestamp fields)
- [ ] Existing non-date columns are not affected
## Additional information
No response
## Confidential information
I confirm that do not share any confidential information
Contributor guide
Assessment
This issue has not been assessed yet.