DateTime minusTimeSpan(TimeSpan span) { final duration = span.toDuration(this); return this.add(-duration); }