Time is off in game rotation
alexanderthebadatcoding opened this issue · 1 comments
alexanderthebadatcoding commented
For some reason it shows the game on Sunday Morning as today, even though it's Saturday night.
alexanderthebadatcoding commented
in the data/data.py I removed the utcnow() and that seemed to work.
def get_current_date(self): return datetime.now()