Fixed formatting of formatTimestamp

This commit is contained in:
2023-01-28 17:27:05 +01:00
parent c1e1718899
commit 0834564a00

View File

@@ -6,7 +6,7 @@ dayjs.extend(utc);
export function formatTimestamp(unix: number): string { export function formatTimestamp(unix: number): string {
return dayjs(unix * 1000) return dayjs(unix * 1000)
.local() .local()
.format("MM-DDTHH"); .format("MM/DD HH:mm");
} }
export function formatProgress( export function formatProgress(