Automatically closed - issue fixed for 2 weeks with no activity.
If a date field is empty, trying to get the date computed property on it causes DateDayComputed or DateTimeDayComputed to try to create a date object, which throw an exception.
It doesn't make sense to attempt to create a date or time if we know there's no source value anyway, so we should return early in that case.
Fixed
1.8
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.