From 27470083dcd1416bbbfbc65d5c2dcff74805f49c Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Thu, 14 Aug 2025 01:00:08 +0000 Subject: [PATCH] make the "Written at" more legible --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }