Fixed formatting of formatTimestamp

This commit is contained in:
strNophix 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 {
return dayjs(unix * 1000)
.local()
.format("MM-DDTHH");
.format("MM/DD HH:mm");
}
export function formatProgress(