Check out the release notes and search for Time Zone. VMware vCenter Server 6.5 Update 1 Release Notes Time Zone in the vCenter Server Appliance Management Interface (VAMI) is empty after ...
See more...
Check out the release notes and search for Time Zone. VMware vCenter Server 6.5 Update 1 Release Notes Time Zone in the vCenter Server Appliance Management Interface (VAMI) is empty after you upgrade vCenter Server 6.0.x to vCenter Server 6.5.x Time Zone in the VAMI is empty when you perform a minor upgrade in vCenter Server 6.0.x and major upgrade to vCenter Server 6.5.x. Workaround: Log in to the appliance Bash shell of the vCenter Server Appliance. Run the following commands: cd /etc/ rm -rf localtime ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime After that check, the soft link should display the following information: # ls -l /etc/localtime lrwxrwxrwx 1 root root 23 Jun 21 17:12 /etc/localtime -> /usr/share/zoneinfo/UTC