Returns the point in time Duration amount of time from now.
DateTime fromNowBy(Duration duration) => now().add(duration);