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