The v1 Twitter API returns created_at dates in the following format:
Mon Dec 28 11:32:24 +0000 2020
How can I parse this to a C# DateTime? I'm thinking I need to use the ParseExact method but I'm unsure what the format string should be and how I go about figuring it out
Can anyone help?