mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
wip
This commit is contained in:
parent
a24cbb3543
commit
3009e0ed1e
8 changed files with 874 additions and 47 deletions
|
@ -32,6 +32,8 @@ utils.convertToXMLTV = function ({ config, channels, programs }) {
|
|||
}
|
||||
|
||||
for (let program of programs) {
|
||||
if (!program) continue
|
||||
|
||||
const start = program.start
|
||||
? dayjs.tz(program.start, config.timezone).format('YYYYMMDDHHmmss ZZ')
|
||||
: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue