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.
chrono
1 parent 8c09d18 commit 28a455dCopy full SHA for 28a455d
src/fmt/chrono/extern_impl.rs
@@ -119,7 +119,7 @@ impl fmt::Display for Timestamp {
119
panic!("Sorry, currently with the new human timestamp formats, we only support second precision.");
120
}
121
122
- self.time.format("%v %p").fmt(f)
+ self.time.format("%v %r").fmt(f)
123
124
TimestampFormat::Human24Hour => {
125
if self.precision != TimestampPrecision::Seconds {
0 commit comments