ops->jobs timestamp changed resolution from minutes to seconds

This commit is contained in:
2022-01-05 17:43:52 +00:00
parent 5e8ebee6ee
commit a6f3495548
3 changed files with 50 additions and 5 deletions

View File

@@ -100,11 +100,13 @@ export default {
const o = res.data[i];
ret.push({
id: i,
created: window.$gz.locale.utcDateToShortDateAndTimeLocalized(
created: window.$gz.locale.utcDateToSpecifiedDateAndTimeLocalized(
o.created,
this.timeZoneName,
this.languageName,
this.hour12
this.hour12,
"short",
"medium"
),
status: await window.$gz.translation.translateStringWithMultipleKeysAsync(
o.statusText