' Assuming WGET is installed Dim sContent$, sUTC$, sRFC850$, tmpFile$, cmd$, linea$ tmpFile$ = Environ$("TEMP") + "\utctime.html" cmd$ = "wget -q -O " + tmpFile$ + " https://www.utctime.net" Print "Download with wget..." Shell _Hide cmd$ ' Read file If _FileExists(tmpFile$) Then Open tmpFile$ For Input As #1 sContent$ = "" While Not EOF(1) Line Input #1, linea$ sContent$ = sContent$ + linea$ + Chr$(10) Wend Close #1 Kill tmpFile$ End If ' Extract UTC and RFC 850 utcStart = InStr(sContent$, "UTC