The birthday seems to be off by a month in v3.
Probably an off by 1 error as all are moved a month ;)
GitMate.io thinks possibly related issues are https://github.com/nextcloud/contacts/pull/596 (Contacts 3.0.0), https://github.com/nextcloud/contacts/issues/651 ([Vue] missing features on 3.0.0), https://github.com/nextcloud/contacts/issues/385 (Empty contacts list after upgrading 1.5.3 -> 2.0.1), https://github.com/nextcloud/contacts/issues/440 (All contacts deleted after upgrade NC from 11.0.3 to 12.0.3 and contacts 2.01), and https://github.com/nextcloud/contacts/issues/261 (Opt-out birthday calender auto-creation).
Probably an off by 1 error as all are moved a month ;)
Nope!
Today I learned that javascript starts the months at 0. BUT the days at 1, the years at 1, etc etc...
:man_facepalming:
Most helpful comment
Nope!
Today I learned that javascript starts the months at 0. BUT the days at 1, the years at 1, etc etc...
:man_facepalming: