Update UI helper function to work with new HumanTimeDiffWithDateTip component (#14573)

This commit is contained in:
gillespi314 2023-10-16 11:48:03 -05:00 committed by GitHub
parent b3b8e5b586
commit 71f67b845f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -608,7 +608,7 @@ export const humanHostLastRestart = (
restartDate.getMilliseconds() - millisecondsLastRestart
);
return restartDate.toString();
return restartDate.toISOString();
} catch {
return "Unavailable";
}