Fixing plus operator which caused OHLCV failue

Fixes issue with passing in a "since" timestamp will cause the request "end" to look like
    [id] => BTC-USD
    [granularity] => 60
    [start] => 2017-12-23T18:50:59.000+00:00
    [end] => 57041747-04-17T02:50:59.000+00:00

Which throws this error
ccxt\ExchangeError: gdax {"message":"Invalid interval"}

[ci skip]
This tag has no release notes.