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 376867a commit 808925fCopy full SHA for 808925f
src/gleam/time/timestamp.gleam
@@ -497,8 +497,8 @@ fn do_get_zero_padded_digits(
497
/// RFC 3339 <https://datatracker.ietf.org/doc/html/rfc3339#section-5.6>.
498
/// - The `T` and `Z` characters may alternatively be lower case `t` or `z`,
499
/// respectively.
500
-/// - Full dates and full times must be separated by `T` or `t`, not any other
501
-/// character such as a space (` `).
+/// - Full dates and full times must be separated by `T` or `t`. A space is also
+/// permitted.
502
/// - Leap seconds rules are not considered. That is, any timestamp may
503
/// specify digts `00` - `60` for the seconds.
504
/// - Any part of a fractional second that cannot be represented in the
0 commit comments