Time unification

This commit is contained in:
2026-06-17 15:06:38 -04:00
parent 069a44bd54
commit 54a2460eac
67 changed files with 1442 additions and 1329 deletions
@@ -14,6 +14,10 @@
* /var/www/inventory/.env (or current process env).
*/
// Run in business time (see docs/TIME.md); the spawned Python engine and any
// incidental Date math inherit it.
process.env.TZ = process.env.TZ || 'America/Chicago';
const { spawn } = require('child_process');
const path = require('path');
const fs = require('fs');