Skip to content

Commit aa1c55e

Browse files
authored
Fixed timestamp format string
Removed superfluous : from timestamp format string
1 parent 704f4a0 commit aa1c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/DateTime.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ instead of an Instant you can supply an L<Int|/type/Int> as a UNIX timestamp.
6666
6767
You can also supply a L<Str|/type/Str> formatted in ISO 8601 timestamp
6868
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>
69+
date and time. Strings should be formatted as C<yyyy-mm-ddThh:mm:ssZ>
7070
or C<yyyy-mm-ddThh:mm:ss+0100>. We are somewhat less restrictive than the
7171
ISO 8601 standard, as we allow Unicode digits and mixing of condensed
7272
and extended time formats.

0 commit comments

Comments
 (0)