argo-workflows
argo-workflows copied to clipboard
Start/End times in UI missing detailed timestamp (HH:MI:SS)
UI start/end times don't show exact timestamp ie HH:MI:SS . When debugging a failed workflow the exact minute/second is very useful to know.
Timestamps are rendered using the <Timestamp/>
component:
https://github.com/argoproj/argo-workflows/blob/16fef4e5498fac88dc80d33d653c99fec641150d/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx#L112
https://github.com/argoproj/argo-workflows/blob/16fef4e5498fac88dc80d33d653c99fec641150d/ui/src/app/shared/components/timestamp.tsx#L5
To fix this, modify that component to render the time too. E.g. 2pm (1h ago)
When you hover on time, the timestamp is shown. In my opinion, this change might degrade UX.
@tooptoop4 @alexec I would like to work on this issue.
I would like to pick up this one.