mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update UI helper function to work with new HumanTimeDiffWithDateTip component (#14573)
This commit is contained in:
parent
b3b8e5b586
commit
71f67b845f
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ export const humanHostLastRestart = (
|
|||
restartDate.getMilliseconds() - millisecondsLastRestart
|
||||
);
|
||||
|
||||
return restartDate.toString();
|
||||
return restartDate.toISOString();
|
||||
} catch {
|
||||
return "Unavailable";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue