Skip to content
Snippets Groups Projects
Commit 199dd60d authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#1203

parent b02517bd
No related branches found
No related tags found
1 merge request!382Dev k8s release merge
......@@ -51,7 +51,7 @@ const ParseUpdate = ({ col, val }) => {
return `Job ${col} at: ${moment
.utc(val)
.local()
.format('DD/MM/YYYY HH:mm:ss')}`
.format('DD/MM/YYYY HH:mm:ss.SS')}`
return `Job ${col} is: ${val}`
}
}
......@@ -104,7 +104,7 @@ const JobLog = ({ match, ...props }) => (
{jobLog.map(entry => (
<tr key={entry.id}>
<TdDate>
{moment(entry.created).format('DD/MM/YYYY HH:mm:ss')}
{moment(entry.created).format('DD/MM/YYYY HH:mm:ss.SS')}
</TdDate>
<TdDate>{entry.dataCenter}</TdDate>
<TD>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment