diff --git a/.local/bin/change_timezones b/.local/bin/change_timezones index e34c28fc..8bf3bd5d 100755 --- a/.local/bin/change_timezones +++ b/.local/bin/change_timezones @@ -13,3 +13,6 @@ elif [[ "$tz" == "EDT" ]]; then echo "Changed to Central timezone" fi +# Update system clock +ntpd -gq +