From 23eda47c839379e922b9f47c76569098db7ff6c1 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 27 Oct 2021 08:27:21 +0300 Subject: [PATCH] Update ipko.com.test.js --- sites/ipko.com/ipko.com.test.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sites/ipko.com/ipko.com.test.js b/sites/ipko.com/ipko.com.test.js index 93e25470..4deddb08 100644 --- a/sites/ipko.com/ipko.com.test.js +++ b/sites/ipko.com/ipko.com.test.js @@ -2,8 +2,12 @@ const { parser, url, logo } = require('./ipko.com.config.js') const dayjs = require('dayjs') +const utc = require('dayjs/plugin/utc') +const customParseFormat = require('dayjs/plugin/customParseFormat') +dayjs.extend(customParseFormat) +dayjs.extend(utc) -const date = dayjs('10/24/2021') +const date = dayjs.utc('2021-10-24', 'YYYY-MM-DD').startOf('d') const channel = { site_id: '406', xmltv_id: 'RTK1.rs' } const content = `{"element":{"1":[{"id":6367,"channel_id":406,"program_name":"Beautiful People 13","name_short":"","description":"Lin largohet nga Nju Meksiko për t'u vendosur në Nju Jork e për t'ia nisur nga fillimi: një punë të re, shtëpi të re dhe njohje të reja. Bashkë me të janë vajzat e saj, Sofia, një 16 vjeçare që shkëlqen në shkollë, dhe Kareni, 20 vjeçare, që do të bë","category":"Sezoni I","duration":150,"day":"Sun","left_distanc":165,"date":"00:55:00"}]}}`