From d098ae5ac3c2cd535336c2c9ca7453dd67dec3a2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 18:07:40 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 0e110e1..0c6480c 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -763,7 +763,7 @@ public class Strip : GLib.Object { rtspan = mailtime.difference(newest) / GLib.TimeSpan.DAY; if (rtspan > 0) { GLib.debug("skip(2) file is %d days newer than %d months : %s", (int)rtspan, StripApplication.opt_age_newest, - mailtime.format("%Y-%m-%d %H:%M:%s")); + mailtime.format("%Y-%m-%d %H:%M:%S")); return; } -- 2.39.2