diff --git a/sites/elcinema.com/elcinema.com.config.js b/sites/elcinema.com/elcinema.com.config.js index 99291231..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', 'Africa/Cairo') + return dayjs.tz(time, 'DD/MM/YYYY H:mm A', 'Asia/Riyadh') } function parseTitle(item) { diff --git a/sites/elcinema.com/elcinema.com.test.js b/sites/elcinema.com/elcinema.com.test.js index c79453d3..4d9b69d9 100644 --- a/sites/elcinema.com/elcinema.com.test.js +++ b/sites/elcinema.com/elcinema.com.test.js @@ -29,8 +29,8 @@ it('can generate valid url', () => { it('can parse response (en)', () => { expect(parser({ date, channel: channelEN, content: contentEN })).toMatchObject([ { - start: '2021-11-11T08:00:00.000Z', - stop: '2021-11-11T10:00:00.000Z', + start: '2021-11-11T07:00:00.000Z', + stop: '2021-11-11T09:00:00.000Z', title: 'Good Morning Arab', icon: 'https://media.elcinema.com/uploads/_150x200_5659fb4f174c49b54cc14cb53e70a5467abef429b5bb9d1a1cf2a40aa37562b2.jpg', description: `As Abdel Mohsen passes away and his will is read to the family members, the true essence of each of them emerges, resulting in unthinkable discord. `, @@ -42,8 +42,8 @@ it('can parse response (en)', () => { it('can parse response (ar)', () => { expect(parser({ date, channel: channelAR, content: contentAR })).toMatchObject([ { - start: '2021-11-11T10:30:00.000Z', - stop: '2021-11-11T11:00:00.000Z', + start: '2021-11-11T09:30:00.000Z', + stop: '2021-11-11T10:00:00.000Z', title: 'أحلى ما طاش', icon: 'https://media.elcinema.com/uploads/_150x200_2f74473c92a69d7bfd25bd7fca8576168e8a58da4dd5cb8222eb1297caa13915.jpg', description: ` يعيد برنامج (أحلى ما طاش) عرضا لمجموعة من أفضل الحلقات التي تم تقديمها من خلال المسلسل الكوميدي السعودي (طاش ما طاش)، والذي استمر عرضه على التليفزيون السعودي لمدة 18 موسمًا متواصلًا، والتي ناقش من خلالها (ناصر القصبي) و(عبدالله السدحان) مجموعة من القضايا الاجتماعية التي تشغل بال المجتمع السعودي بطريقة ساخرة. `,