Ubuntu Reset Time in Container

From UVOO Tech Wiki
Revision as of 19:02, 16 October 2021 by Busk (talk | contribs) (Created page with "``` export DEBIAN_FRONTEND=noninteractive ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime apt-get install -y tzdata dpkg-reconfigure --frontend noninteractive tzdata ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
export DEBIAN_FRONTEND=noninteractive
ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime
apt-get install -y tzdata
dpkg-reconfigure --frontend noninteractive tzdata