mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
wip
This commit is contained in:
@@ -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') : ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user