fix timezone

This commit is contained in:
cannonerd 2018-12-26 12:55:06 +01:00 committed by GitHub
parent c4811a0c2e
commit 16841a8a5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,15 +71,15 @@ module.exports = [
}, },
{ {
allDay: false, allDay: false,
start: '2018-12-26T18:00:00+0000', start: '2018-12-26T18:00:00+0100',
end: '2018-12-26T18:00:00+0000', end: '2018-12-26T18:00:00+0100',
title: 'Abnahme', title: 'Abnahme',
id: 'c-base', id: 'c-base',
}, },
{ {
allDay: false, allDay: false,
start: '2018-12-26T17:00:00+0000', start: '2018-12-26T17:00:00+0100',
end: '2018-12-26T17:00:00+0000', end: '2018-12-26T17:00:00+0100',
title: 'Kongressablaufs- und Abbauplanung Meeting', title: 'Kongressablaufs- und Abbauplanung Meeting',
id: 'c-base', id: 'c-base',
}, },
@ -92,8 +92,8 @@ module.exports = [
}, },
{ {
allDay: true, allDay: true,
start: '2018-12-26T17:00:00+0000', start: '2018-12-26T17:00:00+0100',
end: '2018-12-26T17:00:00+0000', end: '2018-12-26T17:00:00+0100',
title: 'Microlabs Licht anbringen', title: 'Microlabs Licht anbringen',
id: 'c-base', id: 'c-base',
}, },