___ _ _____ _
/ \__ _| |_ __/__ (_)_ __ ___ ___ _ _
/ /\ / _` | __/ _ \/ /\/ | '_ ` _ \ / _ \_| |_ _| |_
/ /_// (_| | || __/ / | | | | | | | __/_ _|_ _|
/___,' \__,_|\__\___\/ |_|_| |_| |_|\___| |_| |_|
DateTime++ : An easy to use C++ library for date-time calculations
- get / set DateTime values
- set DateTime values to current local time
- set DateTime values to current UTC time
- add compare operators == != < to compare DateTimePP objects
- get info if year is leapYear
- get number of days of month (consider leapYear)
- get number of days of year (consider leapYear)
- get number of days between two dates (consider leapYear)
- get current time as unix time string
- do standard tests for toUnixTime()
- do extended tests for toUnixTime()
- throw exceptions if unixTime is not used properly
- document every file and every function
- do code-review before release
- add toString function that can write out the date-time values as a formatted string
- add fromString function that can read the date-time values from a formatted string
- add function deletePaddingZeros()
- add test-cases for new functions of v1.1.0
- add copy-constructor
- add standard constructor
- add assignment operator =
- add comparison operators > < <= >=
- add more testcases to already implemented operators
- add comparison operators =~ =~~ =~~~
- throw exceptions if values are used that not work in the gregorian calender
- throw exceptions if DateTimePP objects don't use the same timezone
- add exceptions to make all functions invalid-parameter-save
- add word "Error" to all exceptions
- check if all functions are tested, e.g. date() is not
- document exceptions
- move DateTimeObjects into new time-zone
- add style-guide, license, contribution files...
- add or subtract DateTimePP objects
- add operators + - += -=
- get calenderweek by date
- get weekday by date
- support negative unix times
- check for which numbers numberOfDaysBetweenTwoDates and other functions run into datatype-out-of-range-problems
- either solve the out range problems or throw exceptions in these cases
- ensure winter time works
- ensure leap year works
- making all functions non-gregorian-time-save
- support nseconds in time