Returns the Duration from now until this date. Negative if this date is in the past.
someEvent.countdown() // Duration(days: 3, hours: 2, ...)
Duration countdown() => difference(DateTime.now());