linvi/tweetinvi

SearchTweetsV2Parameters: start_time date format is incorrect. It should return 24h format, it uses AM/PM instead

PeterTheDev14 opened this issue · 1 comments

query.AddParameterToQuery("start_time", parameters.StartTime?.ToString("yyy-MM-ddThh:mm:ssZ"));

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.