mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
return UTC time
This commit is contained in:
parent
b7733f761b
commit
ac5fe18a91
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ module.exports = {
|
|||
if (listdate.diff(date.format('YYYY-MM-DD'), 'd') === 0) {
|
||||
programs.push({
|
||||
title,
|
||||
start,
|
||||
stop
|
||||
start.utc(),
|
||||
stop.utc()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue