ops->jobs timestamp changed resolution from minutes to seconds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user