Open Tadas opened 6 years ago
Same here for the timezone Europe/Berlin
!
Forgot mention a workaround, doh. You should be able to add a RunOnce command to the OS template that does something like ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
I actually did
echo "Europe/Berlin" > /etc/timezone
dpkg-reconfigure tzdata
:wink:
Which doesn't even work properly. Great!
I actually don't see the point in the tztable
mapping - why can't the SCVMM just supply the wanted timezone as a string?
Hi, seems like there is no option to configure VMs with the correct timezone where daylight savings time is used.
I want to configure my VMs to have the correct London time. The only suitable option in SCVMM → Template properties → OS Configuration is
(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London
but it doesn't apply during summer as the timezone changes to UTC+1https://github.com/Microsoft/SCVMMLinuxGuestAgent/blob/d95bd437be488fa7f7407acf6e9f653a523c6d97/vmm/dev/scripts/cfgtimezone#L69
This command relies on a limited lookup list of timezones in https://github.com/Microsoft/SCVMMLinuxGuestAgent/blob/master/vmm/dev/scripts/tztable
For the time to be correct in London it should use
/usr/share/zoneinfo/Europe/London
but there doesn't seem to be a way to configure that