fix: show crawl start date in local time

This commit is contained in:
sua yoo 2023-03-07 16:05:00 -08:00
parent 91e415fac2
commit ebce2ec384
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -262,7 +262,7 @@ export class CrawlListItem extends LitElement {
${this.safeRender(
(crawl) => html`
<sl-format-date
date=${crawl.started}
date=${`${crawl.started}Z`}
month="2-digit"
day="2-digit"
year="2-digit"