jhbuild.js
[gnome.introspection-doc-generator] / jhbuild.js
index 7d87746..7665fe5 100755 (executable)
@@ -12,7 +12,8 @@ File = imports.File.File;
 console = imports.console.console;
 
  
-//Date = imports.Date.Date;
+DateExtra = imports.DateExtra.DateExtra;
+
  
 
 // these should come from args
@@ -23,7 +24,7 @@ var UPDATE_SOURCES = false;
 
 
 
-var LOGFILE = "jhbuild-" + (new imports.Date.Date()).format("Y-m-d-H") + '.log';
+var LOGFILE = "jhbuild-" + (new DateExtra()).format("Y-m-d-H") + '.log';
 
 
 // change src & deleteGirs when you add / remove girs..