mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
Update generate-packages-index.ts
This commit is contained in:
parent
d72bf8b414
commit
c74fdb632b
@ -101,7 +101,7 @@ function humanFileSize(bytes: number, si = false, dp = 1) {
|
|||||||
return bytes.toFixed(dp) + ' ' + units[u];
|
return bytes.toFixed(dp) + ' ' + units[u];
|
||||||
}
|
}
|
||||||
|
|
||||||
const dateTimeOptions: DateTimeFormatOptions = {
|
const dateTimeOptions: Intl.DateTimeFormatOptions = {
|
||||||
year: "numeric",
|
year: "numeric",
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "2-digit",
|
day: "2-digit",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user