return UTC time

This commit is contained in:
MinePlayersPE
2021-06-18 07:59:21 +07:00
committed by GitHub
parent b7733f761b
commit ac5fe18a91

View File

@@ -43,8 +43,8 @@ module.exports = {
if (listdate.diff(date.format('YYYY-MM-DD'), 'd') === 0) { if (listdate.diff(date.format('YYYY-MM-DD'), 'd') === 0) {
programs.push({ programs.push({
title, title,
start, start.utc(),
stop stop.utc()
}) })
} }
} }