Adds the specified number of seconds to this DateTime.
DateTime addSeconds(int amount) => add(Duration(seconds: amount));