Tips - How to find host ESXi installation date

If you need to find host ESXi installation date you will need to connect to ESX host via SSH/Command line:

echo -n "ESXi install date: " ; date -d @$(printf "%d" 0x$(esxcli system uuid get | cut -d \- -f1 ))

Original VMware Article can be found here