Skip to content

Commit

Permalink
Make space in %r optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jun 8, 2023
1 parent 33ed204 commit dba1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/strftime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ impl<'a> Iterator for StrftimeItems<'a> {
num0!(Minute),
lit!(":"),
num0!(Second),
sp!(" "),
sp!(""),
fix!(UpperAmPm)
],
's' => num!(Timestamp),
Expand Down

0 comments on commit dba1b93

Please sign in to comment.