Background
Today I was having issues with one of my testing tools whereby my requests to AWS were failing with the following error message:"The difference between the request time and the current time is too large."
It turns out that my docker containers were consistently one hour behind (Yes I checked Timezones). In order to sync your ubuntu's clock. one just needs to run the command below.
Update Clock Command
sudo ntpdate ntp.ubuntu.com
No comments:
Post a Comment