Skip to content

Commit

Permalink
Fix Temporal.Now.plainDateTimeISO in docs/README.md
Browse files Browse the repository at this point in the history
Fixes broken description caused by the PR tc39#2895
  • Loading branch information
michael-markl authored Oct 21, 2024
1 parent c75c841 commit c157095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Several important concepts are explained elsewhere: [exact time, wall-clock time
- `Temporal.Now.zonedDateTimeISO()` - get the current date and wall-clock time in the system time zone and ISO-8601 calendar
- `Temporal.Now.plainDateISO()` - get the current date in the system time zone and ISO-8601 calendar
- `Temporal.Now.plainTimeISO()` - get the current wall-clock time in the system time zone and ISO-8601 calendar
- `Temporal.Now.plainDateTimeISO()` - same as above, but return the DateTime in the ISO-8601 calendar
- `Temporal.Now.plainDateTimeISO()` - get the current date/time in the system time zone and ISO-8601 calendar

```js
console.log('Initialization complete', Temporal.Now.instant());
Expand Down

0 comments on commit c157095

Please sign in to comment.