mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -05:00
Update mediaset.it.config.js
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
const timezone = require('dayjs/plugin/timezone')
|
||||
|
||||
dayjs.extend(utc)
|
||||
dayjs.extend(customParseFormat)
|
||||
@@ -51,4 +52,4 @@ module.exports = {
|
||||
|
||||
function parseStart(item, date) {
|
||||
return dayjs.tz(`${date.format('YYYY-MM-DD')} ${item.startTime}`, 'YYYY-MM-DD HH:mm', 'Europe/Rome')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user