RayJayShark / IdleBot

A discord bot that allows users to play an idle game through chat commands.
0 stars 0 forks source link

Boosts give wrong time sometimes #1

Closed RayJayShark closed 5 years ago

RayJayShark commented 5 years ago

Could add hours to the current time and save that as a timestamp.

RayJayShark commented 5 years ago

Issue was due to constructing the players on startup. The DateTime was converted to UTC after it was already converted, adding an extra offset every time it was read from the database. Temporarily fixed by undoing the offset when constructed.