Closed PeterTheDev14 closed 11 months ago
https://github.com/linvi/tweetinvi/blob/c2dd628e998698d3555301df4b15e9f68f9f73e8/src/Tweetinvi.Controllers/Search/SearchV2QueryGenerator.cs#L30
The date format string should use HH instead of hh. HH produces a 12-hour format, which causes requests to be rejected by X in certain times of the day.
Same as #1155
https://github.com/linvi/tweetinvi/blob/c2dd628e998698d3555301df4b15e9f68f9f73e8/src/Tweetinvi.Controllers/Search/SearchV2QueryGenerator.cs#L30
The date format string should use HH instead of hh. HH produces a 12-hour format, which causes requests to be rejected by X in certain times of the day.