mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 04:16:55 -05:00
Update magentatv.de.config.js
setting UTC timezone
This commit is contained in:
@@ -115,7 +115,7 @@ function parseIcon(item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseStart(item) {
|
function parseStart(item) {
|
||||||
return dayjs(item.starttime, 'YYYY-MM-DD HH:mm:ss')
|
return dayjs.utc(item.starttime, 'YYYY-MM-DD HH:mm:ss')
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseStop(item) {
|
function parseStop(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user