Skip to content

Commit f94807a

Browse files
author
date-bot
committedOct 31, 2024·
update start time to reflect end of British Summer time
1 parent b266429 commit f94807a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% assign sorted_hacks = site.hacks | where:"upcoming",true | sort:"date" | reverse %}
77
{% assign next_hack = sorted_hacks | first %}
8-
{% assign start_time = next_hack.date | slice:0,10 | append:"T08:30Z" %}
8+
{% assign start_time = next_hack.date | slice:0,10 | append:"T09:30Z" %}
99

1010
<p class="lead">
1111
An online event where you can meet friends and work on something new

0 commit comments

Comments
 (0)
Please sign in to comment.