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

src/strip.vala

index 5699d59..d23c275 100644 (file)
@@ -689,7 +689,7 @@ public class Strip : GLib.Object {
                                        var timez = GMime.utils_header_decode_date(dbits[1], null);
                                        if (timez != 0) {
                                                var dts = new DateTime.from_unix_utc(timez);
-                                               this.created_date = dts.format("%Y-%m-%d %H:%M:%s");
+                                               this.created_date = dts.format("%Y-%m-%d %H:%M:%S");
                                        }
                                }