We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704f4a0 commit aa1c55eCopy full SHA for aa1c55e
doc/Type/DateTime.pod6
@@ -66,7 +66,7 @@ instead of an Instant you can supply an L<Int|/type/Int> as a UNIX timestamp.
66
67
You can also supply a L<Str|/type/Str> formatted in ISO 8601 timestamp
68
notation or as a full L<RFC 3339|https://tools.ietf.org/html/rfc3339>
69
-date and time. Strings should be formatted as C<yyyy-mm-ddThh:mm::ssZ>
+date and time. Strings should be formatted as C<yyyy-mm-ddThh:mm:ssZ>
70
or C<yyyy-mm-ddThh:mm:ss+0100>. We are somewhat less restrictive than the
71
ISO 8601 standard, as we allow Unicode digits and mixing of condensed
72
and extended time formats.
0 commit comments