mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update zap2it.com.config.js
This commit is contained in:
parent
06b01b3a2a
commit
5601636ff2
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ module.exports = {
|
|||
})
|
||||
})
|
||||
|
||||
return programs.filter(p => dayjs(p.start).isBetween(date.startOf('day').utc(), date.endOf('day').utc(), 'second', '[]'))
|
||||
return programs.filter(p => dayjs(p.start).add(dayjs(p.start).utcOffset(), 'minute').isBetween(date.startOf('day').utc(), date.endOf('day').utc(), 'second', '[]'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue