Date & Time (UTC) Error

Apologies in advance, I am new…

So I can’t do TOTP, and I dug around and noticed this…its in a docker container…any idea how to fix?

I actually fixed this. Leaving it here in case others have issue.

Issue was host drifted.

fix is in the docker host do:

apt install ntpdate
ntpdate -u pool.ntp.org

And thats it.

1 Like