mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 11:56:58 -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) {
|
if (listdate.diff(date.format('YYYY-MM-DD'), 'd') === 0) {
|
||||||
programs.push({
|
programs.push({
|
||||||
title,
|
title,
|
||||||
start,
|
start.utc(),
|
||||||
stop
|
stop.utc()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user