alandoni / fifa-champs

1 stars 1 forks source link

Matches from a specific month are wrongly saved as from the previous month #53

Closed cristiadu closed 7 years ago

cristiadu commented 7 years ago

See https://fiao-fifa.herokuapp.com/season/results/3/2017

Matches from March are showing up as from February (30/02/2017 for example). They are being incorrectly saved on the api as well.

cristiadu commented 7 years ago

Fixed by putting the getMonth()+1 on the backend.