From a2c4b211f1a57ed613982c031fc2de1d784c5a1c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 18:04:55 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strip.vala b/src/strip.vala index ccdd866..2206efe 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -737,6 +737,7 @@ public class Strip : GLib.Object { if (timez != 0) { mailtime = new DateTime.from_unix_utc(timez); this.created_date = mailtime.format("%Y-%m-%d %H:%M:%S"); + GLib.debug("Time is %d",this.created_date); // if it's not mailfort we can use that date to determine where to store it... if (!StripApplication.opt_scan_mailfort) { this.created_dir = mailtime.format("%Y/%m/%d"); -- 2.39.2