Resolve "ValueError: day is out of range for month"
Closes #1025
Previous behaviour
Steps to reproduce:
- On leap years the function to get the mentor year would crash because the 29th of Feb does not exist in most years
New behaviour
Steps to validate that it works:
- The if-statement checks for leap year and replaces it with 28th Feb in that case
Edited by Ghost User