mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 13:10:05 +00:00
chore: format timestamps as HH:mm:ss
This commit is contained in:
parent
b0991bc3b0
commit
6ee2364753
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class DateUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
static formatMillis(millis) {
|
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() {
|
static firstDayOfMonth() {
|
||||||
|
|
Loading…
Reference in a new issue