Skip to content

Commit 915b5fd

Browse files
nekevssHalidOdat
andauthored
Update blog/2025-09-24-temporal-release/index.md
Co-authored-by: Haled Odat <[email protected]>
1 parent 08c3adf commit 915b5fd

File tree

1 file changed

+10
-10
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+10
-10
lines changed

blog/2025-09-24-temporal-release/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ which corresponds to a different aspect of date and time with varying
136136
support for calendars and time zones, which are, unsurprisingly,
137137
represented 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

150150
There is also `Now`, which provides access to the current host system
151151
time. This can then be used to map the current `Instant` to any of the

0 commit comments

Comments
 (0)