Added "hour" to getTsNow()
This commit is contained in:
@@ -34,6 +34,7 @@ export function getTsNow() {
|
||||
year: now.getFullYear(),
|
||||
month: now.getMonth() + 1,
|
||||
day: now.getDate(),
|
||||
hour: now.getHours(),
|
||||
minute: now.getMinutes(),
|
||||
seconds: now.getSeconds()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user