Is there any way I can set time preferences to keep current time every time I reboot my machine. I have set the remote server and can get the time but whenever I reboot it is all lost! Is there any way or a program available to be able to connect and get time remotely every time I boot up?
Seems a little disappointing that my Amiga cannot show correct time until I manually either set the time from my watch or remotely get it every time my system boots, find it really annoying!
SAM 460 with 2GB or RAM, 1000GB HD, 4 port SATA, DVDRW drive and Radeon HD 4650 GFX card.
I have a Network-Startup script which is executed from Startup-Sequence with "C:Date SERVER pool.ntp.org" command to sync time with NTP when computer boots up.
You can find more information on how I have it set up here.
And if you have saved your Time Prefs with the working server details etc., you can also use the line "Date SERVER PREFS", which will make Date use the server saved in the prefs file for fetching the time. That way you don't have to hardcode the server name in your Network-Startup script.
But only do this if you do not have "Run" in front of your AddNetInterface line in your Startup-Sequence. You have to be sure that the network is actually up before you get to the Date line, otherwise your system startup will be interrupted by an error.
This sort of timing problem is what the Network-Startup scheme will eliminate for you.
It seems you are a medium reading in the mind of the Date shell command utility because I can't see in any documentation associated with it a mention of this 'PREFS' keyword I think you have a documentation bug.
Some examples: * for the USA, use us.pool.ntp.org it's composed by more than 590 servers, * for Europe, use europe.pool.ntp.org it's composed by more than 1500 servers, * if you want to be more specific you can even opt for the national pool, for example for France use fr.pool.ntp.org it's more than 140 servers.
All those aliases are made of public servers who have volunteered to be in the pool, there is no restriction on their use.
@abalaban Thanks for the tip. The reason for me using "time.windows.com" so far was that other suggested servers seem to often be down, rendering them useless. A time server pool seems like a good solution.