Update maintenance tables

This commit is contained in:
Louis Lam
2022-10-11 21:48:43 +08:00
parent dfb75c8afb
commit 39b6725163
5 changed files with 59 additions and 37 deletions

View File

@@ -204,7 +204,7 @@ class UptimeKumaServer {
}
}
async getTimezoneOffset() {
getTimezoneOffset() {
return dayjs().format("Z");
}