fix utc in frontend
This commit is contained in:
@@ -103,5 +103,5 @@ function appToAppDisplay(app: IManagedApp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function formatDate(data: string) {
|
function formatDate(data: string) {
|
||||||
return date.formatDate(data, 'YYYY/MM/DD HH:mm');
|
return date.formatDate(new Date(data + 'Z'), 'YYYY/MM/DD HH:mm');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user