mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Fixed the timezone parsing by dishtv.in
This commit is contained in:
@@ -45,8 +45,8 @@ module.exports = {
|
|||||||
icon: parseIcon(item),
|
icon: parseIcon(item),
|
||||||
image: parseImage(item),
|
image: parseImage(item),
|
||||||
episode: parseEpisode(item),
|
episode: parseEpisode(item),
|
||||||
start: dayjs(item.start),
|
start: dayjs.tz(item.start, timezone),
|
||||||
stop: dayjs(item.stop)
|
stop: dayjs.tz(item.stop, timezone)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user