student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

LocalDate is hardcoded #286

Open RazvanRotaru opened 2 years ago

RazvanRotaru commented 2 years ago

In timetable_page.dart, the MonthController at line 343 has the year hardcoded.

IoanaAlexandru commented 2 years ago

The year is irrelevant though. That entire date is irrelevant, we're just trying to get the localized name of a month (dateListenable.value.monthOfYear). We could of course try to find a smarter way to do it, but this is not really a bug.