Move to @breejs/later - maintained later.js

This commit is contained in:
Bryan Ashby 2020-11-23 17:24:40 -07:00
parent 627165bb64
commit 2d9d8782f6
No known key found for this signature in database
GPG key ID: B49EB437951D2542
5 changed files with 9 additions and 9 deletions

View file

@ -209,7 +209,7 @@ function initialize(cb) {
process.on('SIGINT', shutdownSystem);
require('later').date.localTime(); // use local times for later.js/scheduling
require('@breejs/later').date.localTime(); // use local times for later.js/scheduling
return callback(null);
},