Hi,
i installed a MSSQL 2022 LCX Container under Proxmox. In the console i set the timezone to Europe/Berlin correctly. The command "date" shows the right time.
i also set over pct set 105 --timezone host to the host timezone.
If i connect over the MS SQL Server Management Studio to the SQL Server and execute
"SELECT GETDATE()" i get 2 hours later the wrong time.
"SELECT CURRENT_TIMEZONE()" => (UTC) Coordinated Universal Time
i reboot, try different ways to solve the probleme from searching here in the forum and also at google - still nothing helps
Thats what i try in my lcx Container 105 (MSSQL) console:
At the PVE Shell
Do i have to reboot the hole pve node?
thanks 4 help,
Lars
i installed a MSSQL 2022 LCX Container under Proxmox. In the console i set the timezone to Europe/Berlin correctly. The command "date" shows the right time.
i also set over pct set 105 --timezone host to the host timezone.
If i connect over the MS SQL Server Management Studio to the SQL Server and execute
"SELECT GETDATE()" i get 2 hours later the wrong time.
"SELECT CURRENT_TIMEZONE()" => (UTC) Coordinated Universal Time
i reboot, try different ways to solve the probleme from searching here in the forum and also at google - still nothing helps
Thats what i try in my lcx Container 105 (MSSQL) console:
- root@MSSQL: dpkg-reconfigure tzdata but there is the correct timezone
- root@MSSQL: ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
At the PVE Shell
- root@PVE: pct set 105 --timezone host
- cat /etc/pve/nodes/pve/lxc/105.conf shows that "timezone: host"
Do i have to reboot the hole pve node?
thanks 4 help,
Lars