I have data stored where one of the entity's attributes is startTime which is stores as an NSNumber (NSTimeInterval) and another attribute with the item's duration.
How would I go about fetching the single item which is valid for "now" - i.e. teh item who's start time + duration includes the current time ([NSDate date])?