src/strip.vala
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:07:21 +0000 (17:07 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:07:21 +0000 (17:07 +0800)
src/strip.vala.c

src/strip.vala

index 74d1ad1..12cdd69 100644 (file)
@@ -648,7 +648,7 @@ public class Strip : GLib.Object {
        this.active_name = name;
        this.active_message_id = "";
 
-               DateTime mailtime = new DateTime.local();
+               var mailtime = new DateTime.now_local();
                if (StripApplication.opt_scan_mailfort) {
                    this.created_dir = this.active_path.substring(this.base_dir.length + 1 );
                        this.created_date = this.created_dir.replace("/", "-");