mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Fixing timezone - removing semi-colon: I'm a maniac
This commit is contained in:
@@ -76,11 +76,11 @@ function parseIcon(item) {
|
|||||||
return item.URLImage || item.URLImageDefault
|
return item.URLImage || item.URLImageDefault
|
||||||
}
|
}
|
||||||
function parseStart(item) {
|
function parseStart(item) {
|
||||||
return dayjs.unix(item.startTime).tz("America/Cayenne");
|
return dayjs.unix(item.startTime).tz("America/Cayenne")
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseStop(item) {
|
function parseStop(item) {
|
||||||
return dayjs.unix(item.endTime).tz("America/Cayenne");
|
return dayjs.unix(item.endTime).tz("America/Cayenne")
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseItems(content) {
|
function parseItems(content) {
|
||||||
|
|||||||
Reference in New Issue
Block a user