mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
wip
This commit is contained in:
parent
f8981e478e
commit
043d738c95
14 changed files with 134 additions and 9 deletions
|
@ -19,6 +19,8 @@ xml.create = function ({ channels, programs }) {
|
|||
}
|
||||
|
||||
for (let program of programs) {
|
||||
if (!program) continue
|
||||
|
||||
const start = program.start ? dayjs.unix(program.start).utc().format('YYYYMMDDHHmmss ZZ') : ''
|
||||
const stop = program.stop ? dayjs.unix(program.stop).utc().format('YYYYMMDDHHmmss ZZ') : ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue