Skip to content

Commit fe829aa

Browse files
haxljharb
authored andcommitted
2025.04: fix the date
1 parent 8349e70 commit fe829aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2025/04.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ gantt
1717
1 month before the meeting: milestone, 2025-03-14 10:00-0500, 1m
1818
Proposal advancement deadline: milestone, 2025-04-04 10:00-0500, 1m
1919
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
2424
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
2525
```
2626

2727
For meeting times in your timezone, visit [Temporal docs](https://tc39.es/proposal-temporal/docs/) and run the code below in the devtools console.
2828

2929
```js
30-
Temporal.ZonedDateTime.from('2025-04-15T10:00[America/New_York]')
30+
Temporal.ZonedDateTime.from('2025-04-14T10:00[America/New_York]')
3131
.withTimeZone(Temporal.Now.timeZoneId()) // your time zone
3232
.toLocaleString()
3333
```

0 commit comments

Comments
 (0)