mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 17:10:07 -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 = []
|
let programs = []
|
||||||
const items = parseItems(content, channel)
|
const items = parseItems(content, channel)
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
const start = dayjs(item.startDateTime)
|
const start = dayjs.utc(item.startDateTime)
|
||||||
const stop = start.add(item.duration, 's')
|
const stop = start.add(item.duration, 's')
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.program.title,
|
title: item.program.title,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue