| ... | ... | @@ -4,6 +4,8 @@ Exposes a `DateTime` structure that can be initialized and acted upon using vari |
| 4 | 4 | |
| 5 | 5 | Currently handles dates and times based on the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) in adherence to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). |
| 6 | 6 | |
| 7 | Does not currently support time zones outside of UTC. |
| 8 | |
| 7 | 9 | Does not currently handle leap seconds. |
| 8 | 10 | |
| 9 | 11 | See the `FormatSeq` structure for display information on what to pass as a `fmt` string. |