Skip to content

add datedelta#1260

Closed
SaketJNU wants to merge 1 commit intovinta:masterfrom
SaketJNU:datadelta
Closed

add datedelta#1260
SaketJNU wants to merge 1 commit intovinta:masterfrom
SaketJNU:datadelta

Conversation

@SaketJNU
Copy link

What is this Python project?

This project deals with simple arithmetic operations on date and time based on Gregorian calendar.

Describe features.

What's the difference between this Python project and similar ones?

There are two date arithmetic traps in the Gregorian calendar:
(1) Leap years. Problems arise when adding years to a February 29th gives a result in a non-leap year.
(2)Variable number of days in months. Problems arise when adding months to a 29th, 30th or 31st gives a result in a month where that day doesn't exist.
In both cases, the result must be changed to the first day of the next month.

Enumerate comparisons.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:56
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@stale stale bot closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant