From: Alan Knowles Date: Wed, 9 May 2018 10:07:31 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=09e76e11e2207441587ebe2fca8ae8138e4f3540;p=app.mailtrimmer src/strip.vala src/strip.vala.c --- diff --git a/src/strip.vala b/src/strip.vala index 7b11106..0e110e1 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:%i:%s")); + mailtime.format("%Y-%m-%d %H:%M:%s")); return; }