@@ -136,16 +136,16 @@ which corresponds to a different aspect of date and time with varying
136136support for calendars and time zones, which are, unsurprisingly,
137137represented in ` temporal_rs ` by the ` Calendar ` and ` TimeZone ` types.
138138
139- | Temporal type | Category | Calendar support | Time zone support |
140- | -------------- | --------------------------------- | ---------------- | ----------------- |
141- | PlainDate | Calendar date | yes | no |
142- | PlainTime | Wall-clock time | no | no |
143- | PlainDateTime | Calendar date and wall-clock time | yes | no |
144- | ZonedDateTime | Calendar date and exact time | yes | yes |
145- | Instant | Exact time | no | no |
146- | Duration | Time span | no | no |
147- | PlainYearMonth | Calendar date | yes | no |
148- | PlainMonthDay | Calendar date | yes | no |
139+ | Temporal type | Category | Calendar support | Time zone support |
140+ | ---------------- | --------------------------------- | ---------------- | ----------------- |
141+ | ` PlainDate ` | Calendar date | yes | no |
142+ | ` PlainTime ` | Wall-clock time | no | no |
143+ | ` PlainDateTime ` | Calendar date and wall-clock time | yes | no |
144+ | ` ZonedDateTime ` | Calendar date and exact time | yes | yes |
145+ | ` Instant ` | Exact time | no | no |
146+ | ` Duration ` | Time span | no | no |
147+ | ` PlainYearMonth ` | Calendar date | yes | no |
148+ | ` PlainMonthDay ` | Calendar date | yes | no |
149149
150150There is also ` Now ` , which provides access to the current host system
151151time. This can then be used to map the current ` Instant ` to any of the
0 commit comments