We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6e011 + 923d718 commit 1ddf6b8Copy full SHA for 1ddf6b8
CHANGELOG.md
@@ -23,4 +23,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
- Fix freeze when clicking on the "Amount" field under Send Coins when using
24
KDE, #210.
25
- Fix OSX build issues, #174 (@coagmano).
26
-
+- Possible fix for invalid time check in diagnostic.
contrib/Installer/boinc/boinc/GRCDiagnostics.vb
@@ -7,7 +7,7 @@ Public Class GRCDiagnostics
7
Public Function GetNISTDateTime() As DateTime
8
Try
9
10
- Dim sNISTHOST As String = "time-nw.nist.gov" 'Atomic Clock Time Server in UTC
+ Dim sNISTHOST As String = "pool.ntp.org" 'Atomic Clock Time Server in UTC
11
Dim client = New TcpClient(sNISTHOST, 13)
12
Dim localDateTime As DateTime
13
0 commit comments