diff --git a/src/main.rs b/src/main.rs index ec9871a..e182d7f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -598,7 +598,7 @@ fn output_html( body { h1 { (title) } img src="hero.webp" width="700" height="233" {} - p { "Written at: " (now.to_rfc3339()) } + p { "Written at: " (now.format("%F %T")) } @for entry in html_list { (entry) }