Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gantt
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
```

For meeting times in your timezone, visit [Temporal docs](https://tc39.es/proposal-temporal/docs/) and run the code below in the devtools console.
For meeting times in your timezone, run the code below in your browser dev tools console.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For meeting times in your timezone, run the code below in your browser dev tools console.
For meeting times in your timezone, run the code below in your browser dev tools console (or on the [Temporal docs page](https://tc39.es/proposal-temporal/docs/) if your browser does not yet support Temporal).

Copy link
Copy Markdown
Member Author

@ctcpip ctcpip Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's ok as-is, even if not available everywhere 🤷

if people don't want to merge it as-is, I'd rather just wait to make the change. of course this is not a big deal at all.. (does anyone actually ever use this code? 😄)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use this code. I'd prefer to keep the link around until it's definitely no longer needed.


```js
// UPDATE THE START DATE AND IANA TIMEZONE NAME BELOW AND DELETE THIS COMMENT
Expand Down
Loading