cyberjunk / meridian59-dotnet

New 3D client and tools for Meridian 59
GNU General Public License v3.0
34 stars 36 forks source link

Remove daylight savings from GetMeridianTime(). #256

Closed skittles1 closed 6 years ago

skittles1 commented 6 years ago

The servers will be using UTC hours and minutes to set game time, so that every even (UTC) hour is midnight. This is more easily reproducible by the clients and means daylight savings doesn't need to be handled.

cyberjunk commented 6 years ago

Was this changed at some point? I think I remember adding this because the time got off by one hour.