Improved timezone handling in CSV exports
frontend
26.03
enhancement
CSV exports across model inventory and attestation exports benefit from improved timezone handling.
Improvements include:
- All date/datetime columns are now annotated with
(UTC)in their header, so you can know the timezone without guessing. - UTC datetime values now use ISO 8601 format (
2026-02-28T05:00:00Z) instead of the more ambiguous2026-02-28 05:00:00. - Attestation responses tab date column headers now show the actual user timezone (e.g.
Due Date (America/New_York)) when the export was requested with a timezone, rather than showing(UTC). - Finding due dates are now exported as full datetimes instead of date-only, allowing consumers to convert to local time.