diff --git a/apps/dashboard/src/components/workflow-row.tsx b/apps/dashboard/src/components/workflow-row.tsx
index 93f3e3ef988..bb3fd161943 100644
--- a/apps/dashboard/src/components/workflow-row.tsx
+++ b/apps/dashboard/src/components/workflow-row.tsx
@@ -82,13 +82,24 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
-
- {new Date(workflow.updatedAt).toLocaleDateString('en-US', {
- year: 'numeric',
- month: 'short',
- day: 'numeric',
- })}
-
+
+
+
+
+
+ {new Date(workflow.updatedAt).toLocaleDateString('en-US', {
+ year: 'numeric',
+ month: 'short',
+ day: 'numeric',
+ })}
+
+
+
+ {new Date(workflow.updatedAt).toUTCString()}
+
+
+
+