ClippyBeer
Moderator
Wow I just booted Linux Mint 18.3 MATE in LiveCD mode and yes, it does indeed default to UTC and will alter the system clock. I never noticed it before because I only booted it to install it which prompts you to set the timezone during the installation process.
Open terminal, the icon on the toolbar at the bottom left.
If you type in the timedatectl command as we3fan suggests you will see that it is set to UTC time zone.
You can change it to pacific time zone with the following command:
timedatectl set-timezone America/Los_Angeles
if you type in the timedatectl command again you will see that the time zone is now PDT. After about 60 seconds the tray clock in the lower right corner will also adjust to PDT time.
I wonder if all Linux LiveCD's default to UTC. It would be nice if during the boot process you would be prompted to choose or better yet, just use whatever time the computer is set to because you can easily change it later.
Open terminal, the icon on the toolbar at the bottom left.
If you type in the timedatectl command as we3fan suggests you will see that it is set to UTC time zone.
You can change it to pacific time zone with the following command:
timedatectl set-timezone America/Los_Angeles
if you type in the timedatectl command again you will see that the time zone is now PDT. After about 60 seconds the tray clock in the lower right corner will also adjust to PDT time.
I wonder if all Linux LiveCD's default to UTC. It would be nice if during the boot process you would be prompted to choose or better yet, just use whatever time the computer is set to because you can easily change it later.