willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
208 stars 31 forks source link

Fix bug at Home not showing correct date/games #64

Closed willianjusten closed 2 years ago

willianjusten commented 2 years ago

Sometimes the game starts in a day but ends in the next day, if we're in the next day already but the game started before, it does not show the results.

In order to fix this, I'm using the timezone from the games (America/New_York) and creating a "span" of 6h to show the correct games that are happening.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/willianjusten/nba-remix/6N8meF4QYnu83CxG6NXjdDbQzVij
✅ Preview: https://nba-remix-git-fix-games-home-timezone-willianjusten.vercel.app

willianjusten commented 2 years ago

I'm going to merge it, since it fixed the issue and I want it live really soon =) There's another PR coming after this one also to handle #25