Global config: add " --" to mail command.
[usenet/usevote.git] / UVreadmail.pm
index 35dda15..0a1f98f 100644 (file)
@@ -162,7 +162,7 @@ sub process {
       } else {
         $fromline .= 'foo@bar.invalid';
       }
-      $fromline .= ' ' . localtime() . "\n";  #strftime ('%a %b %d %H:%M:%S %Y', localtime) . "\n";
+      $fromline .= ' ' . localtime($_->timestamp()) . "\n";
       push (@mails, $fromline . $mail);
     }
   }
This page took 0.010598 seconds and 4 git commands to generate.