Fix EducationalEvent timezone: +00:00 → +01:00 (IST in October)
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 85/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- html, hugo
- Domain
- web-dev
Research direction
Start with layouts/partials/structured-data-schedule.html and compare its EducationalEvent dates with the +01:00 offset in structured-data.html. Change the session schema offset, or use the optional eventTimezone parameter in hugo.toml; done means the startDate and endDate values use +01:00 for the October conference.
Written by the indexing model from the issue text.
Description
Problem
In layouts/partials/structured-data-schedule.html, the startDate and endDate of every EducationalEvent use a hardcoded +00:00 UTC offset:
```
"startDate": "{{ $year }}-{{ $month }}-{{ $dayNum }}T{{ $time }}:00+00:00"
```
PyCon Ireland 2026 is on 17 October — Ireland is on IST (Irish Standard Time = UTC+1) in October. The clocks go back on 25 October 2026, so the conference is definitely in IST.
The main Event schema in structured-data.html already uses +01:00 (correct). The session schemas are 1 hour off.
Fix
Change the hardcoded offset in structured-data-schedule.html from +00:00 to +01:00, or better: add a timezone param to hugo.toml and reference it in the template.
```toml
hugo.toml
eventTimezone = "+01:00"
```
Files to change
layouts/partials/structured-data-schedule.html- Optionally
hugo.toml(addeventTimezoneparam)
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from PythonIreland/2026.pycon.ie
-
priority: low seo
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
content priority: medium
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
priority: low
Difficulty 1/5 Under an hour Newbie friendliness 86/100
-
enhancement priority: medium seo
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug priority: medium seo
Difficulty 1/5 Under an hour Newbie friendliness 88/100
All issues in PythonIreland/2026.pycon.ie
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
task
Difficulty 2/5 1-3 hours Newbie friendliness 86/100