mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update elcinema.com.config.js
This commit is contained in:
parent
c4c42f30e2
commit
a83fc8e247
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ function parseStart(item, initDate) {
|
||||||
.replace('صباحًا', 'AM')
|
.replace('صباحًا', 'AM')
|
||||||
.trim()
|
.trim()
|
||||||
|
|
||||||
const date = `${initDate.format('DD/MM/YYYY')} ${time}`
|
time = `${initDate.format('DD/MM/YYYY')} ${time}`
|
||||||
|
|
||||||
return dayjs.tz(date, 'DD/MM/YYYY HH:mm A', 'Africa/Algiers')
|
return dayjs.tz(time, 'DD/MM/YYYY H:mm A', 'Africa/Algiers')
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseTitle(item) {
|
function parseTitle(item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue