Skip to content

Commit 5ef6173

Browse files
authored
Update NX and skimage calendars to use UTC time. (#259)
* Update NX and skimage calendars to use UTC time. * Rm timezone-awareness. * Add tz indicator to until. * retrigger ci
1 parent 74e9161 commit 5ef6173

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

calendars/networkx.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: NetworkX Community Calendar
2-
timezone: America/Los_Angeles
32
events:
43
- summary: NetworkX Community Call (Americas/Oceania)
54
description: |
65
The NetworkX Community Call.
76
87
Meeting Link: https://colgate.zoom.us/j/92619161786
98
Meeting notes: https://hackmd.io/ea2IhUuqSrG4kM9tokXuEw
10-
begin: 2022-06-09 10:00:00
11-
end: 2022-06-09 11:00:00
9+
begin: 2022-06-09 17:00:00 +00:00
10+
end: 2022-06-09 18:00:00 +00:00
1211
url: https://colgate.zoom.us/j/92619161786
1312
repeat:
1413
interval:
1514
days: 7
16-
until: 2025-08-26 00:00:00
15+
until: 2025-08-26 00:00:00 +00:00

calendars/skimage.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
name: scikit-image Community Calendar
2-
timezone: America/Los_Angeles
32
events:
43
- summary: scikit-image Community Call (Europe/Africa)
54
description: |
65
The scikit-image Community Call. Timezone-friendly for Europe/Africa.
76
87
Meeting notes: https://hackmd.io/@alexdesiqueira/skimage_cc
9-
begin: 2022-06-14 10:00:00
10-
end: 2022-06-14 11:00:00
8+
begin: 2022-06-14 17:00:00 +00:00
9+
end: 2022-06-14 18:00:00 +00:00
1110
url: https://berkeley.zoom.us/j/4760246500?pwd=dC9jVVB0ZzlHT0VpdlBkc21oYmVUQT09
1211
repeat:
1312
interval:
1413
days: 14
15-
until: 2025-01-01 00:00:00
14+
until: 2025-01-01 00:00:00 +00:00
1615
- summary: scikit-image Community Call (Americas/Oceania)
1716
description: |
1817
The scikit-image Community Call. Timezone-friendly for Americas/Oceania.
1918
2019
Meeting notes: https://hackmd.io/@alexdesiqueira/skimage_cc
21-
begin: 2022-06-21 15:00:00
22-
end: 2022-06-21 16:00:00
20+
begin: 2022-06-21 22:00:00 +00:00
21+
end: 2022-06-21 23:00:00 +00:00
2322
url: https://berkeley.zoom.us/j/4760246500?pwd=dC9jVVB0ZzlHT0VpdlBkc21oYmVUQT09
2423
repeat:
2524
interval:
2625
days: 14
27-
until: 2025-01-01 00:00:00
26+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)