This commit is contained in:
2024-05-08 18:27:32 +10:00
parent 9c61678d8c
commit f4bbeea825
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ module Main
end
expose :time do |date|
date.strftime("%H:%M:%S %p")
date.strftime("%I:%M:%S %p")
end
expose :week_posts do