Update hd-plus.de.config.js

This commit is contained in:
Aleksandr Statciuk 2021-08-28 03:05:31 +03:00
parent 6f9e5189c4
commit 277a79ac6e

View file

@ -45,7 +45,7 @@ module.exports = {
} }
function parseStop(item, date) { function parseStop(item, date) {
return date.tz('Europe/Berlin').endOf('d') return date.endOf('d')
} }
function parseStart(item, date) { function parseStart(item, date) {