How do I change the date in Google Cloud Container-Optimized OS?

The default time zone of Container-Optimized OS is UTC0. Create a symbolic link to your desired time zone as in the following example: check official docs Changing the time zone

sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/US/Pacific /etc/localtime