This commit is contained in:
freearhey
2021-03-12 00:07:14 +03:00
parent 448c47cb5c
commit bce76d2fb7
8 changed files with 99 additions and 110 deletions

View File

@@ -26,7 +26,8 @@ module.exports = {
const description = htmlToText(detail.innerHTML)
if (time && title) {
const start = dayjs(time, 'h:mma')
const start = dayjs
.utc(time, 'h:mma')
.set('D', date.get('D'))
.set('M', date.get('M'))
.set('y', date.get('y'))