Section: Environment Variables and NODE_OPTIONS

Set timezone

bash
bash
TZ=UTC node app.js
Explanation

Helpful in tests, cron jobs, and reproducible scripts.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Environment Variables and NODE_OPTIONS
Preload with NODE_OPTIONS
Apply CLI flags through the environment.
OpenIn sheetbashsame section
Run with NODE_ENV=production
Set common production mode.
OpenIn sheetbashsame section
Suppress warnings
Disable warning output.
OpenIn sheetbashsame section
Set libuv threadpool size
Tune worker threadpool size.
OpenIn sheetbashsame section
Add extra CA certificates
Trust additional certificate authorities.
OpenIn sheetbashsame section
Honor HTTP proxy env vars
Tell Node to use HTTP_PROXY and related vars.
OpenIn sheetbashsame section