
Best-practices & guides for Node-RED
United Manufacturing Hub
Changing the Timezone in Node-RED
Learn to change the Node-RED instance timezone in the UMH from 'Europe/Berlin' to your preferred timezone. Find easy step-by-step instructions for using Lens/UMHLens and the Helm Chart for quick updates.

The Node-RED instance in the UMH runs by default in the "Europe/Berlin" timezone. To change it, follow these instructions.
Instructions
- Start OpenLens/UMHLens (if you have multiple instances of UMH, open the correct UMH instance).
- Go to "Helm", then click "Releases".
- Choose "united-manufacturing-hub".
- Look for the word "Berlin" in the Helm Chart. You'll find something like this:
timezone: Berlin/Europe
under the sectionnodered
. - Replace
Berlin/Europe
with your own timezone. - Click "Upgrade".
Done! You've successfully changed the timezone.
(ESC)