@@ -590,12 +590,12 @@ function ConsentDetailsPage(): React.JSX.Element {
590590 </ TableCell >
591591 < TableCell >
592592 < Typography variant = "body2" >
593- { formatIsoDateTime ( '2026-03-01T09:15:04 ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
593+ { formatIsoDateTime ( '2026-03-01T09:15:04Z ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
594594 </ Typography >
595595 </ TableCell >
596596 < TableCell >
597597 < Typography variant = "body2" >
598- { formatIsoDateTime ( '2026-03-01T09:15:04 ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
598+ { formatIsoDateTime ( '2026-03-01T09:15:04Z ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
599599 </ Typography >
600600 </ TableCell >
601601 < TableCell >
@@ -617,12 +617,12 @@ function ConsentDetailsPage(): React.JSX.Element {
617617 </ TableCell >
618618 < TableCell >
619619 < Typography variant = "body2" >
620- { formatIsoDateTime ( '2026-03-02T15:29:57 ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
620+ { formatIsoDateTime ( '2026-03-02T15:29:57Z ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
621621 </ Typography >
622622 </ TableCell >
623623 < TableCell >
624624 < Typography variant = "body2" >
625- { formatIsoDateTime ( '2026-03-02T15:29:57 ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
625+ { formatIsoDateTime ( '2026-03-02T15:29:57Z ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
626626 </ Typography >
627627 </ TableCell >
628628 < TableCell >
@@ -644,12 +644,12 @@ function ConsentDetailsPage(): React.JSX.Element {
644644 </ TableCell >
645645 < TableCell >
646646 < Typography variant = "body2" >
647- { formatIsoDateTime ( '2026-03-02T15:30:00 ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
647+ { formatIsoDateTime ( '2026-03-02T15:30:00Z ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
648648 </ Typography >
649649 </ TableCell >
650650 < TableCell >
651651 < Typography variant = "body2" >
652- { formatIsoDateTime ( '2026-03-02T15:30:00 ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
652+ { formatIsoDateTime ( '2026-03-02T15:30:00Z ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
653653 </ Typography >
654654 </ TableCell >
655655 < TableCell >
@@ -671,12 +671,12 @@ function ConsentDetailsPage(): React.JSX.Element {
671671 </ TableCell >
672672 < TableCell >
673673 < Typography variant = "body2" color = "text.secondary" >
674- { formatIsoDateTime ( '2026-05-30T23:59:59 ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
674+ { formatIsoDateTime ( '2026-05-30T23:59:59Z ' , LIFECYCLE_DATE_FORMAT_OPTIONS ) }
675675 </ Typography >
676676 </ TableCell >
677677 < TableCell >
678678 < Typography variant = "body2" color = "text.secondary" >
679- { formatIsoDateTime ( '2026-05-30T23:59:59 ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
679+ { formatIsoDateTime ( '2026-05-30T23:59:59Z ' , LIFECYCLE_TIME_FORMAT_OPTIONS ) }
680680 </ Typography >
681681 </ TableCell >
682682 < TableCell >
0 commit comments