hotfix: display workflow list date as utc
This commit is contained in:
parent
adf71f132e
commit
6b897e281c
@ -308,7 +308,7 @@ export class WorkflowListItem extends LitElement {
|
||||
${this.safeRender((workflow) => {
|
||||
if (workflow.lastCrawlTime && workflow.lastCrawlStartTime) {
|
||||
return html`<sl-format-date
|
||||
date=${workflow.lastRun.toString()}
|
||||
date="${workflow.lastRun.toString()}Z"
|
||||
month="2-digit"
|
||||
day="2-digit"
|
||||
year="2-digit"
|
||||
|
Loading…
Reference in New Issue
Block a user