jhbuild.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 13 Jul 2010 04:36:35 +0000 (12:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 13 Jul 2010 04:36:35 +0000 (12:36 +0800)
jhbuild.js

index 2abd70e..52e4546 100755 (executable)
@@ -12,7 +12,7 @@ File = imports.File.File;
 console = imports.console.console;
 
  
-Date = imports.Date.Date;
+Date = imports.DateExtra.DateExtra;
 
  
 
@@ -24,7 +24,7 @@ var UPDATE_SOURCES = false;
 
 
 
-var LOGFILE = "jhbuild-" + (new 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..