On Sep 25, 11:25 pm, Xeoncross <
Xeoncr...@gmail.com> wrote:
> What is the Date format that twitter uses? I don't know what a "HTTP-
> formatted date" is - other than a time that is urlencode()'ed
It seems to me that there are two different formats in use. The one
used by the "since" parameters in the API uses the RFC 1123 (updated
RFC 822) format, as seen in the examples.
The date format that is returned by the API is in another format
though, more similar to C's asctime() (as seen in <
http://www.w3.org/
Protocols/rfc2616/rfc2616-sec3.html#sec3.3>).
I filed an issue in the tracker, see
http://code.google.com/p/twitter-api/issues/detail?id=102