r2517 - people/goneri/update-pkg-games

Eddy Petrisor eddyp-guest at alioth.debian.org
Thu Mar 29 12:24:11 CET 2007


Author: eddyp-guest
Date: 2007-03-29 11:24:11 +0000 (Thu, 29 Mar 2007)
New Revision: 2517

Modified:
   people/goneri/update-pkg-games/refresh.pl
Log:
a more complete time stamp, it doesn't make sense to talk about mintues when there is no reference point in time

Modified: people/goneri/update-pkg-games/refresh.pl
===================================================================
--- people/goneri/update-pkg-games/refresh.pl	2007-03-27 22:32:26 UTC (rev 2516)
+++ people/goneri/update-pkg-games/refresh.pl	2007-03-29 11:24:11 UTC (rev 2517)
@@ -215,7 +215,7 @@
 
   my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
   my $dateUs =  ($mon+1)."/".$mday."/".(1900+$year);
-  print PAGE "last update : ".($mon+1)."/".$mday."/".(1900+$year)." - <a href=\"index.html\">Maintainers list</a>\n";
+  print PAGE "last update : ".($mon+1)."/".$mday."/".(1900+$year)." ".$hour.":".$min.":".$sec." - <a href=\"index.html\">Maintainers list</a>\n";
 
   print PAGE "<img src=\"../images/bouton.jpg\" alt=\"Debian Logo\"/>";
   print PAGE '</body></html>';




More information about the Pkg-games-commits mailing list