Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active January 10, 2017 15:26
Show Gist options
  • Save jkullick/b7f20ae092f513145fc8103811639dd7 to your computer and use it in GitHub Desktop.
Save jkullick/b7f20ae092f513145fc8103811639dd7 to your computer and use it in GitHub Desktop.
Set VMware ESXi Hardware Clock
esxcli system time set -y 2017 -M 01 -d 10 -H 15 -m 20 -s 01
esxcli hardware clock set -y 2017 -M 01 -d 10 -H 15 -m 20 -s 05

Note: Timezone is UTC


Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment