[Scummvm-git-logs] scummvm-sites web-planet -> 4578fd5966e22d5f25c4b3875ed9798dcfbb4baa

sev- noreply at scummvm.org
Wed Jul 2 21:17:07 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://api.github.com/repos/scummvm/scummvm-sites .

Summary:
4578fd5966 PLANET: Use for user-friendly format for dates


Commit: 4578fd5966e22d5f25c4b3875ed9798dcfbb4baa
    https://github.com/scummvm/scummvm-sites/commit/4578fd5966e22d5f25c4b3875ed9798dcfbb4baa
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2025-07-02T23:17:04+02:00

Commit Message:
PLANET: Use for user-friendly format for dates

Changed paths:
    planet-scummvm/planet.scummvm.html.erb


diff --git a/planet-scummvm/planet.scummvm.html.erb b/planet-scummvm/planet.scummvm.html.erb
index 7c7cba5..b4139aa 100644
--- a/planet-scummvm/planet.scummvm.html.erb
+++ b/planet-scummvm/planet.scummvm.html.erb
@@ -41,7 +41,7 @@
   </h2>
 
   <p class="article-info">
-  <span class="date"><%= item.updated.strftime('%m/%d/%y %H:%M') %></span>
+  <span class="date"><%= item.updated.strftime('%B %d, %Y %H:%M') %></span>
 
   |
 




More information about the Scummvm-git-logs mailing list