@@ -136,16 +136,16 @@ which corresponds to a different aspect of date and time with varying
136
136
support for calendars and time zones, which are, unsurprisingly,
137
137
represented in ` temporal_rs ` by the ` Calendar ` and ` TimeZone ` types.
138
138
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 |
149
149
150
150
There is also ` Now ` , which provides access to the current host system
151
151
time. This can then be used to map the current ` Instant ` to any of the
0 commit comments