@@ -17,17 +17,17 @@ gantt
17
17
1 month before the meeting: milestone, 2025-03-14 10:00-0500, 1m
18
18
Proposal advancement deadline: milestone, 2025-04-04 10:00-0500, 1m
19
19
Schedule constraint deadline: milestone, 2025-04-11 10:00-0500, 1m
20
- Day 1 : day1, 2025-04-15 10:00+0000, 7h
21
- Day 2 : day2, 2025-04-16 10:00+0000, 7h
22
- Day 3 : day3, 2025-04-17 10:00+0000, 7h
23
- Day 4 : day4, 2025-04-18 10:00+0000, 7h
20
+ Day 1 : day1, 2025-04-14 10:00+0000, 7h
21
+ Day 2 : day2, 2025-04-15 10:00+0000, 7h
22
+ Day 3 : day3, 2025-04-16 10:00+0000, 7h
23
+ Day 4 : day4, 2025-04-17 10:00+0000, 7h
24
24
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
25
25
```
26
26
27
27
For meeting times in your timezone, visit [ Temporal docs] ( https://tc39.es/proposal-temporal/docs/ ) and run the code below in the devtools console.
28
28
29
29
``` js
30
- Temporal .ZonedDateTime .from (' 2025-04-15T10 :00[America/New_York]' )
30
+ Temporal .ZonedDateTime .from (' 2025-04-14T10 :00[America/New_York]' )
31
31
.withTimeZone (Temporal .Now .timeZoneId ()) // your time zone
32
32
.toLocaleString ()
33
33
```
0 commit comments