From 197e68a911a47e584de86d6cd0e429aa08785799 Mon Sep 17 00:00:00 2001 From: ksa-live Date: Thu, 26 May 2022 17:17:44 +0300 Subject: [PATCH] Update elcinema.com.config.js --- sites/elcinema.com/elcinema.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/elcinema.com/elcinema.com.config.js b/sites/elcinema.com/elcinema.com.config.js index 9a8388bf..d0ff34bd 100644 --- a/sites/elcinema.com/elcinema.com.config.js +++ b/sites/elcinema.com/elcinema.com.config.js @@ -77,7 +77,7 @@ function parseStart(item, initDate) { 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) {