I have a few contacts in my Contacts app that have birthdays with no year associated. This allows them to show up in the calendar even though I don't know the year.
When I try and access the birthday property on these contacts, I get the following error:
>> person.birthday
Traceback (most recent call last):
File "<string>", line 1, in <module>
ValueError: timestamp out of range for platform time_t
Is there any way to handle this correctly?