Skip to content

Instantly share code, notes, and snippets.

@maxsaber
Last active June 17, 2023 18:21
Show Gist options
  • Save maxsaber/63306bea91fc97edb70526467a017c95 to your computer and use it in GitHub Desktop.
Save maxsaber/63306bea91fc97edb70526467a017c95 to your computer and use it in GitHub Desktop.
Change Proxmox LXC Date/Timezone

Issue: Proxmox LXC system time was either incorrect, set to the wrong timezone, or set to UTC.

Resources:

  1. https://forum.proxmox.com/threads/lxc-not-getting-host-time.38255/

Solution: Update the timezone on the LXC host machine

Resolution Steps:

# check current date/time (likely in UTC)
$ date

# update timezone
$ dpkg-reconfigure tzdata
  # > US
  # > Eastern

# check reset date/time
$ date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment