Merge branch 'MHSanaei:main' into main

This commit is contained in:
心隨緣動
2025-09-01 00:38:45 +08:00
committed by GitHub
21 changed files with 71 additions and 7 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class DateUtil {
}
static formatMillis(millis) {
return moment(millis).format('YYYY-M-D H:m:s');
return moment(millis).format('YYYY-M-D HH:mm:ss');
}
static firstDayOfMonth() {