diff --git a/src/util.ts b/src/util.ts index 74c0126..7a625ec 100644 --- a/src/util.ts +++ b/src/util.ts @@ -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() }