Ntp

tsaenger

Renowned Member
Mar 10, 2010
136
2
83
Hello, i installed proxmox at my host-system. There i created an container with the Template "debian-5.0 std". My Hostsystem has the correct time. On proxmox-system-setup i also see Timetone: Europe/Berlin with the correct time, but on my guest system i always get 2 h before. Has someone an idea what to do? Thanks a lot. Tobias
 
hello, i think the difference appears because of UTC and MESZ. How can i change the std. in my proxmox installation? Thanks for help Tobias
 
update the container with apt, then run:

Code:
dpkg-reconfigure tzdata

and shutdown/start the container. better?