-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GameScoreboard.date is off by one hour for evening games #77
Comments
Merged
looks like this line: https://github.com/panzarino/mlbgame/blob/master/mlbgame/game.py#L214 If PM, it adds 11 rather than 12 hours. |
Yep. |
Just saw this today.
Looks like there can be a space between the time and the AM/PM designation sometimes. I'll need to account for that. |
Updated the PR to account for that scenario. |
Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example. The Indians' opener against the Mariners is at 10:10PM EDT tomorrow. However,
GameScoreboard.date
represents it as 9:10PM.I'll get a pull request ready.
The text was updated successfully, but these errors were encountered: