Time unification
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Run the whole update cycle in business time (see docs/TIME.md). The cron
|
||||
// that invokes this script does not set TZ; child scripts inherit it.
|
||||
process.env.TZ = process.env.TZ || 'America/Chicago';
|
||||
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const { spawn } = require('child_process');
|
||||
|
||||
Reference in New Issue
Block a user