- No you don't
- You can use any reliable source for time. Some internet sources listed here. https://tf.nist.gov/tf-cgi/servers.cgi
For the windows 10 you could do
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
then check
w32tm /query /source
w32tm /query /configuration
--please don't forget to Accept as answer if the reply is helpful--