mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update magentatv.de.config.js
setting UTC timezone
This commit is contained in:
parent
cba011aa3f
commit
b17ef42a89
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function parseIcon(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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue