The 1C:Enterprise developers forum
There are time servers (time.nist.gov, time.windows.com, etc.). I need to implement a function which gets and parses time from one of those servers. If anyone did something like that already? Any ideas on how to do that?
You can use the following code:
Connection = New HTTPConnection("time.nist.gov", 13); Connection.Get("time.nist.gov", TempFileName);