Subtracts an amount of seconds from this DateTime
DateTime subSeconds(int amount) => subtract(Duration(seconds: amount));