Skip to content

Commit b4b2806

Browse files
committed
fix(data): Update timezone to CET/CEST in recurring_events.toml
1 parent aed7882 commit b4b2806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/recurring_events.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description = """
66
Are you interested in neuromorphics and want to contribute to the open source community? ✨
77
Then join the community coding sessions where we improve the neuromorphic software ecosystem, one issue at the time 🚀
88
9-
We'll meet every Monday from 16-18 CET on the Open Neuromorphic Discord server.
9+
We'll meet every Monday from 16-18 CET/CEST on the Open Neuromorphic Discord server.
1010
1111
Active projects and issues that need help are listed here: https://github.com/open-neuromorphic/coding
1212
"""
1313
day_of_week = "Monday" # Case-sensitive, full day name
1414
start_time = "16:00" # 24-hour format HH:MM
1515
end_time = "18:00" # 24-hour format HH:MM
16-
time_zone = "CET" # Or "CEST" as appropriate. Be mindful of DST.
16+
time_zone = "CET/CEST" # Or "CEST" as appropriate. Be mindful of DST.
1717
location_name = "Open Neuromorphic Discord"
1818
location_url = "https://discord.gg/hUygPUdD8E"
1919
details_page_link = "/neuromorphic-computing/software/hacking-hours/" # Link to the main Hacking Hours page

0 commit comments

Comments
 (0)