peterhaneve / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
310 stars 72 forks source link

NTP Time sync #304

Open wvdvegt opened 2 years ago

wvdvegt commented 2 years ago

I think it's better to use 'pool.ntp.org' instead of a specific server as '0.pool.ntp.org' as the first ip address finds you a server nearby (which then should cirvumvent offline servers).

At the moment of writing, 0.pool.ntp.org fails.

So in NetworkConstants.resx change:

  <data name="GlobalNTPPool" xml:space="preserve">
    <value>0.pool.ntp.org</value>
  </data>

into:

  <data name="GlobalNTPPool" xml:space="preserve">
    <value>pool.ntp.org</value>
  </data>