We have a server in NodeJS that runs 24/7, and restarts to load fresh tzdata are not desired.
- Is it possible to supplement tzdata with a module that queries system tz database (Linux) and its data (updated via distribution package manager)?
- Is there a hack to NodeJS to reload tzdata into your module after doing
npm install tzdata (using cron)?