01-22-2020, 10:16 AM
I was able to fix this in the default image by setting the timezone in the command line:
You can list all of them:
and just check it:
My /etc/adjtime was correct (adjusted via the GUI in the date options), but this command was still showing the UTC as my timezone. After a couple of reboots, it seems to be holding, and /etc/localtime is correct as well (I'm not sure what it was before).
Code:
timedatectl set-timezone Zone/SubZone
You can list all of them:
Code:
timedatectl list-timezones
and just check it:
Code:
timedatectl
My /etc/adjtime was correct (adjusted via the GUI in the date options), but this command was still showing the UTC as my timezone. After a couple of reboots, it seems to be holding, and /etc/localtime is correct as well (I'm not sure what it was before).