diff options
author | Andreas Hubel | 2020-07-04 12:06:42 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-07-04 12:06:42 +0200 |
commit | 3cb51e4f2d3792b957a970ad194d3191cda4b5cd (patch) | |
tree | cdac24b82fd9489663b4b6a3679dc07fa943af83 /template/about.phtml | |
parent | b0ca9379a7f0c561ab7ce8498fbb798c5a3d75ea (diff) |
add some note about time zones
Diffstat (limited to '')
-rw-r--r-- | template/about.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/about.phtml b/template/about.phtml index 8df8538..ec2791e 100644 --- a/template/about.phtml +++ b/template/about.phtml @@ -1,7 +1,7 @@ <div class="container about"> <h1>About the Live-Streams and Recordings</h1> <p> - Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> is organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>. + Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> is organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>. All times in the schedule are UTC+2, we are happy to accept Pull requests to fix that, c.f. <a href="https://github.com/openstreetmap/stateofthemap-2020/issues/61">https://github.com/openstreetmap/stateofthemap-2020/issues/61</a>. </p> <h2>Licences</h2> |