mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 13:56:51 -04:00
update timezone to tvi.iol.pt
This commit is contained in:
@@ -63,7 +63,7 @@ function parseIcon($item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseStart($item, date) {
|
function parseStart($item, date) {
|
||||||
const timezone = 'Europe/Madrid'
|
const timezone = 'Europe/Lisbon'
|
||||||
const time = $item('.hora').text().trim()
|
const time = $item('.hora').text().trim()
|
||||||
|
|
||||||
return dayjs.tz(`${date.tz(timezone).format('YYYY-MM-DD')} ${time}`, 'YYYY-MM-DD HH:mm', timezone)
|
return dayjs.tz(`${date.tz(timezone).format('YYYY-MM-DD')} ${time}`, 'YYYY-MM-DD HH:mm', timezone)
|
||||||
|
|||||||
Reference in New Issue
Block a user