Skip to content

Commit 808925f

Browse files
committed
Update documentation
1 parent 376867a commit 808925f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gleam/time/timestamp.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ fn do_get_zero_padded_digits(
497497
/// RFC 3339 <https://datatracker.ietf.org/doc/html/rfc3339#section-5.6>.
498498
/// - The `T` and `Z` characters may alternatively be lower case `t` or `z`,
499499
/// respectively.
500-
/// - Full dates and full times must be separated by `T` or `t`, not any other
501-
/// character such as a space (` `).
500+
/// - Full dates and full times must be separated by `T` or `t`. A space is also
501+
/// permitted.
502502
/// - Leap seconds rules are not considered. That is, any timestamp may
503503
/// specify digts `00` - `60` for the seconds.
504504
/// - Any part of a fractional second that cannot be represented in the

0 commit comments

Comments
 (0)