Skip to content

Commit

Permalink
Fix typo in 02.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwoo328 authored and michaelficarra committed Jan 3, 2025
1 parent a24f847 commit 9b581ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2025/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gantt
For meeting times in your timezone, visit [Temporal docs](https://tc39.es/proposal-temporal/docs/) and run the code below in the devtools console.

```js
Temporal.ZonedDateTime.from('2025-12-18T10:00[America/Los_Angeles]')
Temporal.ZonedDateTime.from('2025-02-18T10:00[America/Los_Angeles]')
.withTimeZone(Temporal.Now.timeZoneId()) // your time zone
.toLocaleString()
```
Expand Down

0 comments on commit 9b581ef

Please sign in to comment.