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