mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update singtel.com.config.js
update start time to UTC
This commit is contained in:
parent
3e47c13f45
commit
eba21487c9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
let programs = []
|
||||
const items = parseItems(content, channel)
|
||||
items.forEach(item => {
|
||||
const start = dayjs(item.startDateTime)
|
||||
const start = dayjs.utc(item.startDateTime)
|
||||
const stop = start.add(item.duration, 's')
|
||||
programs.push({
|
||||
title: item.program.title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue