return UTC time

This commit is contained in:
MinePlayersPE 2021-06-18 07:59:21 +07:00 committed by GitHub
parent b7733f761b
commit ac5fe18a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()
}) })
} }
} }