Skip to content

Commit b4efac2

Browse files
author
Guilherme Dellagustin
committed
fix: Remove hardcoded calendar timezone
Removed the hardcoded timezone on google calendar (`ctz` url parameter). As per my tests, without the `ctz` paramenter, the calendar is shown at my own timezone, so I assume there is some automatic detection feature in it. Was added with a15e770. Related comment: - #1010 (comment)
1 parent 003e492 commit b4efac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/_default/menus.en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ main:
151151
params:
152152
column: general
153153
- name: Events Calendar
154-
URL: https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=Europe%2FDublin
154+
URL: https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com
155155
parent: events
156156
weight: 2
157157
params:

0 commit comments

Comments
 (0)