Skip to content

Commit 48cdb02

Browse files
authored
Fix meeting times (#764)
Added timezone offsets because running into same problem as #732
1 parent f00c035 commit 48cdb02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

calendars/matplotlib.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ events:
99
1010
Meeting notes and agenda: https://hackmd.io/@matplotlib
1111
12-
begin: 2022-03-24 21:00:00
13-
end: 2022-03-24 22:00:00
12+
begin: 2022-03-24 21:00:00 +02:00
13+
end: 2022-03-24 22:00:00 +02:00
1414
url: https://zoom.us/j/384435716?pwd=WFpxVWxoYXArTDFzN1lWaHNoOE8xZz09
1515
ics: RRULE:FREQ=WEEKLY;BYDAY=TH
1616

@@ -24,8 +24,8 @@ events:
2424
2525
Meeting notes: https://hackmd.io/@matplotlib
2626
27-
begin: 2023-02-07 19:00:00
28-
end: 2023-02-07 20:00:00
27+
begin: 2023-02-07 19:00:00 +02:00
28+
end: 2023-02-07 20:00:00 +02:00
2929
url: https://numfocus-org.zoom.us/j/88077871096?pwd=bTxkJRug4Lmr8AiR9jNyntxBS4yGDe.1
3030
ics: RRULE:FREQ=MONTHLY;BYDAY=1TU;INTERVAL=2
3131

@@ -39,8 +39,8 @@ events:
3939
4040
Meeting notes: https://hackmd.io/@matplotlib
4141
42-
begin: 2023-03-07 13:00:00
43-
end: 2023-03-07 14:00:00
42+
begin: 2023-03-07 13:00:00 +02:00
43+
end: 2023-03-07 14:00:00 +02:00
4444
url: https://numfocus-org.zoom.us/j/88077871096?pwd=bTxkJRug4Lmr8AiR9jNyntxBS4yGDe.1
4545
ics: RRULE:FREQ=MONTHLY;BYDAY=1TU;INTERVAL=2
4646

@@ -52,7 +52,7 @@ events:
5252
5353
Meeting notes: https://hackmd.io/@matplotlib/dwg
5454
55-
begin: 2023-12-15 19:00:00
56-
end: 2023-12-15 20:00:00
55+
begin: 2023-12-15 19:00:00 +02:00
56+
end: 2023-12-15 20:00:00 +02:00
5757
url: https://us06web.zoom.us/j/81285851006?pwd=Tks2QjRkNWh5NGw0TmU1RUwwOVluZz09
5858
ics: RRULE:FREQ=WEEKLY;BYDAY=FR;INTERVAL=2

0 commit comments

Comments
 (0)