I am using search.json and track.json and I noticed that the date format for created_at is different.
search.json: Tue, 11 Aug 2009 20:23:36 +0000 track.json: Tue Aug 11 20:23:36 +0000 2009 Is there a reason why Twitter uses different formats for the same information? Is there any interest in using just one format? I would prefer the format outputted by search.json because it is easily parsed by the DateTime object in .NET.
