Update elcinema.com.config.js

This commit is contained in:
ksa-live 2022-05-26 17:17:44 +03:00 committed by GitHub
parent 5acb2307a6
commit 197e68a911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ function parseStart(item, initDate) {
time = `${initDate.format('DD/MM/YYYY')} ${time}` time = `${initDate.format('DD/MM/YYYY')} ${time}`
return dayjs.tz(time, 'DD/MM/YYYY H:mm A', 'Saudi Arabia/Riyadh') return dayjs.tz(time, 'DD/MM/YYYY H:mm A', 'Asia/Riyadh')
} }
function parseTitle(item) { function parseTitle(item) {