willianjusten / nba-nextjs

See NBA game results and standings powered by Next.js
https://nba.willianjusten.com.br
26 stars 2 forks source link

Improve date validation #11

Closed willianjusten closed 5 months ago

willianjusten commented 6 months ago

I do some silly stuff for getting the days here.

And for the DateSelector I also do some comparison, this one is not working correctly on Vercel probably because of the timezone that's being get from the Server Side.

We might want to do something to be sure it redirects correctly when it's today or any other date.

willianjusten commented 6 months ago

I also noted that the time that's being shown is completely wrong, so we definitely want to check those date methods.

willianjusten commented 6 months ago

https://francoisbest.com/posts/2023/displaying-local-times-in-nextjs

This might be useful

willianjusten commented 5 months ago

Already fixed =)