Linux Ubuntu Update Time

[Solved] Linux Ubuntu Update Time | Erlang - Code Explorer | yomemimo.com
Question : how to update time in ubuntu

Answered by : fine-fowl-tqjcrfu85o2l

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

Source : https://askubuntu.com/questions/81293/what-is-the-command-to-update-time-and-date-from-internet | Last Update : Wed, 28 Apr 21

Question : linux ubuntu update time

Answered by : daddy

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

Source : https://askubuntu.com/a/683136/1577313 | Last Update : Sat, 14 May 22

Answers related to linux ubuntu update time

Code Explorer Popular Question For Erlang