We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11533f1 commit 28f6e3eCopy full SHA for 28f6e3e
README.md
@@ -15,7 +15,7 @@ A `ZonedTime` is a timezone-aware time object that represents a time of day in a
15
It serializes to a normalized format which is simple to parse:
16
17
```js
18
-Temporal.ZonedDateTime.from('19:53[Europe/Berlin]').toString()
+Temporal.ZonedTime.from('19:53[Europe/Berlin]').toString()
19
// => 19:53+01:00[Europe/Berlin]
20
```
21
0 commit comments