Simple-Calendar
Simple-Calendar copied to clipboard
Age incorrect for birthdays before 1970
- Create Birthday in Simple Contacts i.e. 1960-01-01, verify age is correct
- Import into Simple Calendar
Result: Age is incorrect, seems to be calculated from Linux Epoch 1970-01-01


If that may help, I don't see the problem in 6.17.1 (I also don't use Simple Contacts)
The problem is only with private contacts from Simple Contacts and also occurs in 6.17.0. It seems to be related to this fragment of code in MainActivity:
if (date.year < 70) {
date.year = 70
}