mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
return UTC time
This commit is contained in:
@@ -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()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user