Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !1518

Resolve "ValueError: day is out of range for month"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Marie Simon requested to merge 1025-valueerror-day-is-out-of-range-for-month into master Mar 04, 2020
  • Overview 1
  • Commits 1
  • Changes 1

Closes #1025

Previous behaviour

Steps to reproduce:

  1. 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:

  1. The if-statement checks for leap year and replaces it with 28th Feb in that case
Edited Mar 09, 2020 by Sébastiaan Versteeg
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1025-valueerror-day-is-out-of-range-for-month