Check & Fix System Time
Step 1. Check current system time:
timedatectl
Step 2. Get the timezone entry for your desired timezone by running:
timedatectl list-timezones | grep -i <desired zone>
Step 3. Now that you have your timezone run:
timedatectl set-timezone <timezone>
Step 4. Confirm the update took by running:
timedatectl