The current time & the time on my windows PC is 12:24 on 4/6/21, but running
docker exec -it {container} date
Gives me the time Fri May 21 06:43:19 UTC 2021, which is a little over 2 weeks behind. From what I've read, docker should be taking the date from my machine, so I can't figure out why they're so out of sync.
Stopping & upping my docker-compose doesnt reset the time - the gap remains the same. What do I need to do to get them synced? Is there something missing from my docker-compose file?