mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update meo.pt.config.js
This commit is contained in:
parent
a916411635
commit
8090ce975a
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@ module.exports = {
|
|||
function parseStart(item) {
|
||||
return DateTime.fromFormat(`${item.date} ${item.timeIni}`, 'd-M-yyyy HH:mm', {
|
||||
zone: 'Europe/Lisbon'
|
||||
})
|
||||
}).toUTC()
|
||||
}
|
||||
|
||||
function parseStop(item) {
|
||||
return DateTime.fromFormat(`${item.date} ${item.timeEnd}`, 'd-M-yyyy HH:mm', {
|
||||
zone: 'Europe/Lisbon'
|
||||
})
|
||||
}).toUTC()
|
||||
}
|
||||
|
||||
function parseItems(content) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue