From 8ce9271073280a9956d59eade4796bcc2f8cc1ee Mon Sep 17 00:00:00 2001 From: Sebastian Schubert Date: Tue, 27 Jan 2026 21:55:34 +0100 Subject: [PATCH] updated layouts to include the timezone of the events Signed-off-by: Sebastian Schubert --- content/schedule.html | 2 +- content/schedule/rooms.html | 2 +- content/schedule/roomtracks.html | 2 +- content/schedule/tracks.html | 2 +- layouts/schedule/day.html | 3 ++- layouts/schedule/event.html | 4 ++-- layouts/schedule/room.html | 8 ++++---- layouts/schedule/speaker.html | 4 ++-- layouts/schedule/track.html | 4 ++-- 9 files changed, 16 insertions(+), 15 deletions(-) diff --git a/content/schedule.html b/content/schedule.html index 4dc068719..f3297b4c5 100644 --- a/content/schedule.html +++ b/content/schedule.html @@ -122,7 +122,7 @@

Keynotes

Title Speaker(s) Day - When + When (UTC+1) Room diff --git a/content/schedule/rooms.html b/content/schedule/rooms.html index b046be692..bcf7d012c 100644 --- a/content/schedule/rooms.html +++ b/content/schedule/rooms.html @@ -5,7 +5,7 @@ <% # vim: set ts=2 sw=2 et ai ft=eruby: %> -

All times are CET (UTC+1, Brussels time).

+

All times are CET (UTC+1).

An overview of room occupation by track is available, too.

Rooms Live in Brussels

diff --git a/content/schedule/roomtracks.html b/content/schedule/roomtracks.html index ce4ae232b..71e5e4095 100644 --- a/content/schedule/roomtracks.html +++ b/content/schedule/roomtracks.html @@ -2,7 +2,7 @@ title: Room occupation by track sponsors_under_navigation: true --- -

All times are CET (UTC+1, Brussels time). For a less graphical and colorful overview of the rooms and the tracks that are held in them, respectively, you may look at this page instead. +

All times are CET (UTC+1). For a less graphical and colorful overview of the rooms and the tracks that are held in them, respectively, you may look at this page instead. <% # vim: set ft=eruby ts=2 sw=2 et ai: diff --git a/content/schedule/tracks.html b/content/schedule/tracks.html index 2509b1aa8..ded703344 100644 --- a/content/schedule/tracks.html +++ b/content/schedule/tracks.html @@ -25,7 +25,7 @@ Call For
Papers Rooms <% days.each do |d| %> - <%= d[:title] %> + <%= d[:title] %> (UTC+1) <% end %> diff --git a/layouts/schedule/day.html b/layouts/schedule/day.html index b5f0d60f6..957f033c9 100644 --- a/layouts/schedule/day.html +++ b/layouts/schedule/day.html @@ -22,8 +22,9 @@ xml.tr do xml.th(class: 'backlink') do xml.a(href: pathof('/'), title: 'Site root') do - xml << '← /' + xml << '← / ' end + xml << 'UTC+1' end rooms.map(&$to_room).each do |room| xml.th do diff --git a/layouts/schedule/event.html b/layouts/schedule/event.html index 2046dc236..43034128f 100644 --- a/layouts/schedule/event.html +++ b/layouts/schedule/event.html @@ -7,8 +7,8 @@

  • Track: <%= l track(item[:track]) %>
  • Room: <%= l room(item[:room]) %>
  • Day: <%= l day(item[:day]) %>
  • -
  • Start: <%= ltt item, :start %>
  • -
  • End: <%= ltt item, :end %>
  • +
  • Start (UTC+1): <%= ltt item, :start %>
  • +
  • End (UTC+1): <%= ltt item, :end %>
  • <% if item[:live_video_link] %>
  • Video only: diff --git a/layouts/schedule/room.html b/layouts/schedule/room.html index 916f9ecc0..49852d4c1 100644 --- a/layouts/schedule/room.html +++ b/layouts/schedule/room.html @@ -41,9 +41,9 @@ Day - Start + Start (UTC+1) - End + End (UTC+1) Track(s) @@ -182,8 +182,8 @@

    Events

    Title Speakers Track - Start - End + Start (UTC+1) + End (UTC+1) diff --git a/layouts/schedule/speaker.html b/layouts/schedule/speaker.html index 2dce25dba..ade1e98b4 100644 --- a/layouts/schedule/speaker.html +++ b/layouts/schedule/speaker.html @@ -37,8 +37,8 @@

    Events

    Day Room Track - Start - End + Start (UTC+1) + End (UTC+1) diff --git a/layouts/schedule/track.html b/layouts/schedule/track.html index 0fdd28b95..d3d9d74d8 100644 --- a/layouts/schedule/track.html +++ b/layouts/schedule/track.html @@ -179,8 +179,8 @@ <% if item[:rooms].size > 1 %> Room <% end %> - Start - End + Start (UTC+1) + End (UTC+1)