gfcapalbo / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Status incorrectly calculates relative_created_at #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in version 0.3.  Tested and pushed live.

Original comment by dclinton on 2 Apr 2007 at 3:29