Use string for Date and let client handle display
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
@@ -149,7 +149,7 @@ const columns: TableColumn[] = [
|
||||
field: 'queueTime',
|
||||
width: 'auto',
|
||||
render: (row: Partial<RepoBuild>) =>
|
||||
DateTime.fromJSDate(row.queueTime ?? new Date()).toRelative(),
|
||||
DateTime.fromISO(row.queueTime ?? new Date().toISOString()).toRelative(),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user