src/strip.vala
authorAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:38:44 +0000 (13:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:38:44 +0000 (13:38 +0800)
src/strip.vala

index ed8fe09..3bf25e3 100644 (file)
@@ -667,7 +667,7 @@ public class Strip : GLib.Object {
                // use the last modification time? as the default...
                 var dts = new DateTime.from_timeval_utc(mod_time);
                 this.created_dir = dts.format("/%Y/%m/%d");
-                       this.created_date = this.created_dir.replace("/", "-");                  
+                        this.created_date = this.created_dir.replace("/", "-");                 
        }
                
                
@@ -709,6 +709,7 @@ public class Strip : GLib.Object {
                                        if (timez != 0) {
                                                var dts = new DateTime.from_unix_utc(timez);
                                                this.created_date = dts.format("%Y-%m-%d %H:%M:%S");
+                                               this.created_dir = dts.format("/%Y/%m/%d");
                                        }
                                }