[twitter-dev] search api - since date format

2010-09-09 Thread arian
hi guys, I have a question about search api
about 'until' parameter to be more exactly

according to documentation until is Optional. Returns tweets
generated before the given date. Date should be formatted as -MM-
DD.
example: http://search.twitter.com/search.json?until=2010-03-28;

I need to know if its possible to set datetime, for example
http://search.twitter.com/search.json?until=2010-09-08-19:00; or
something like this.

according to doc date should be formatted as -MM-DD, but I need
inform time, if its possible what would be the string format in this
case?

is it possible? or how could I get a similar result?

Arian

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


Re: [twitter-dev] search api - since date format

2010-09-09 Thread Taylor Singletary
Hi Arian,

A date string really is the only valid format for this function. If you want
to cut the search off by certain times of day, you're best off
post-processing your results for that kind of resolution.

Thanks,
Taylor

On Thu, Sep 9, 2010 at 8:15 AM, arian arianpasqu...@gmail.com wrote:

 hi guys, I have a question about search api
 about 'until' parameter to be more exactly

 according to documentation until is Optional. Returns tweets
 generated before the given date. Date should be formatted as -MM-
 DD.
 example: http://search.twitter.com/search.json?until=2010-03-28;

 I need to know if its possible to set datetime, for example
 http://search.twitter.com/search.json?until=2010-09-08-19:00; or
 something like this.

 according to doc date should be formatted as -MM-DD, but I need
 inform time, if its possible what would be the string format in this
 case?

 is it possible? or how could I get a similar result?

 Arian

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en