This knowledge article explains the timezone of the certificate expiration date displayed in the "Certificate Management" screen of the vSphere Client.
VMware vCenter Server 7.0.x
VMware vCenter Server 8.0.x
The certificate expiration date displayed on the "Certificate Management" screen of the vSphere Client is not fixed to UTC/GMT, but is automatically converted and displayed based on the browser's local timezone (e.g., Asia/Tokyo).
Note: The certificate expiration date displayed in CLIs such as vCert is displayed in GMT. Therefore, depending on the timezone, the date and time displayed in the CLI and the vSphere Client may differ.
vCert:
vSphere Client:
To check the timezone that the browser is using, perform the following steps:
Press the F12 key in the browser opening the vSphere Client to open the browser's developer tools.
Select the [Console] tab.
Enter the following command and press the Enter key.Intl.DateTimeFormat().resolvedOptions().timeZone
Check the outputted timezone (e.g., 'Asia/Tokyo').