This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Configure Time Zone #784
ryanjohnsontv
started this conversation in
Ideas
Replies: 1 comment
-
Yes I find I typically change the TZ, change the Locale and regenerate, add a regular user, add that user as a sudo-er, add ssh-copy-id certs for the user too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently made the move from a bare metal Home Assistant OS configuration to a virtualized instance across multiple LXCs. I noticed my Node RED container, created using the latest install script, was firing time-based automations 6 hours earlier than expected. Long story short, running
dpkg-reconfigure tzdata
and choosing my time zone in the Node RED container and rebooting was a quick and easy fix. I was curious if either flagging certain containers that are affected by UTC vs local time zone would be a welcome addition in the documentation, or if baking time zone selection into the install process would be a feature of interest.Regardless, thank you for your time and energy creating and updating this repository. It's made my experience moving fully to Proxmox a very smooth one!
Beta Was this translation helpful? Give feedback.
All reactions