From an external bug report:
import twitter
api = twitter.Api()
status = api.GetUserTimeline( ... , count=1)
print [s.relative_created_at for s in status]
that outputs ['about 12 hours ago'] (note: my last message according to
twitter was 19 hours ago) and the created_at_in_seconds always gives
[1175165417.0]. The relative one seems to change depending one whos
username I use, but it is never right.
Original issue reported on code.google.com by dclinton on 2 Apr 2007 at 3:29
Original issue reported on code.google.com by
dclinton
on 2 Apr 2007 at 3:29