Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in leap year? #3464

Merged
merged 6 commits into from
Oct 30, 2019
Merged

Error in leap year? #3464

merged 6 commits into from
Oct 30, 2019

Commits on Oct 14, 2019

  1. Typo correction in docs (#3387)

    christophcc authored and Joseph Hamman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    e183c7a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Update terminology.rst (#3455)

    Fixed broken link
    amcnicho authored and max-sixty committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    d197c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Error in leap year?

    I've tried this script; however, it adds +1 to all months of the leap years. It sounds like an error, or I am wrong? So I wrote the condition "and month == 2" line 86 so that only the month of February gets +1.
    mickaellalande authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8d50626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89caa3e View commit details
    Browse the repository at this point in the history
  3. Fix leap year (#3464)

    mickaellalande authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fea8f61 View commit details
    Browse the repository at this point in the history
  4. Update doc/whats-new.rst

    Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com>
    mickaellalande and dcherian authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    563f966 View commit details
    Browse the repository at this point in the history