WSU-4110 / Live-Sports-Display

Repo for group 3
2 stars 0 forks source link

[BUG] <Issue with Heroku client using GMT> #61

Closed MitchellBrownNE closed 5 months ago

MitchellBrownNE commented 5 months ago

Is there an existing issue for this?

Current Behavior

Currently Heroku is running our python file on GMT and is ahead 7 hours and if you are calling the schedule, and/or stats when time is 00:00 in GMT, it will not get live stats or current schedule will be for next day.

Expected Behavior

It is supposed to be in EST, it will need to be forced into EST from the day, time , and month when declared in the python file.

Steps To Reproduce

Run stats page on website when it is 5 < hours from midnight and it will produce the error.

Environment

Python

Anything else?

No response

MitchellBrownNE commented 5 months ago

Bug has been fixed and is coded to change the time to eastern on runtime