mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -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) {
|
function parseStart(item) {
|
||||||
return DateTime.fromFormat(`${item.date} ${item.timeIni}`, 'd-M-yyyy HH:mm', {
|
return DateTime.fromFormat(`${item.date} ${item.timeIni}`, 'd-M-yyyy HH:mm', {
|
||||||
zone: 'Europe/Lisbon'
|
zone: 'Europe/Lisbon'
|
||||||
})
|
}).toUTC()
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseStop(item) {
|
function parseStop(item) {
|
||||||
return DateTime.fromFormat(`${item.date} ${item.timeEnd}`, 'd-M-yyyy HH:mm', {
|
return DateTime.fromFormat(`${item.date} ${item.timeEnd}`, 'd-M-yyyy HH:mm', {
|
||||||
zone: 'Europe/Lisbon'
|
zone: 'Europe/Lisbon'
|
||||||
})
|
}).toUTC()
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseItems(content) {
|
function parseItems(content) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue