Add a proper implementation of add_months() and a test for the
authorCarl Hetherington <cth@carlh.net>
Tue, 12 May 2020 10:35:41 +0000 (12:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 12 May 2020 11:12:48 +0000 (13:12 +0200)
commitd0ed9dd836b270d6bf75b302535de0f0f8f376e5
treeedd68c3b5fd610f3252493614df9d0b5eee47b98
parentc871f79f49087582c6ea7a42e79fd5fd3968bf00
Add a proper implementation of add_months() and a test for the
case when it fails by giving erroneous dates like 30th February.
src/local_time.cc
test/util_test.cc