linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 220 forks source link

The end_time and start_time in ISearchTweetsV2Parameters should serialize to 24h format #1155

Open censeon opened 2 years ago

censeon commented 2 years ago

It appears that the properties StartTime and EndTime on ISearchTweetsV2Parameters are serialized to a 12h format rather than the expected 24h format producing unexpected search results

matkoch commented 1 year ago

As a warning for others: I run into this as well and tried using CustomQueryParameters instead, but that falls into another bug where the SearchTweetsV2Parameters is copied, but the custom parameters are not.

PeterTheDev14 commented 11 months ago

I have run into this, too: https://github.com/linvi/tweetinvi/issues/1221