Updates to event scheduler

This commit is contained in:
Bryan Ashby 2016-09-13 21:44:35 -06:00
parent 70d1eb8d91
commit e90cf673e3
2 changed files with 4 additions and 0 deletions

View file

@ -141,6 +141,8 @@ function initialize(cb) {
'**** ENiGMA½ Bulletin Board System Starting Up! ****');
process.on('SIGINT', shutdownSystem);
require('later').date.localTime(); // use local times for later.js/scheduling
return callback(null);
},