jcutler / Missing-E

Missing e is a set of tools, features and interface changes for Tumblr.
67 stars 16 forks source link

Timestamp is sometimes wrong #5

Closed jackholt closed 13 years ago

jackholt commented 13 years ago

For example, this post's timestamp is off by 4 hours:

http://mountainstandardtime.tumblr.com/post/3695147099/9-15-pm-mar-06-sun-mst

jcutler commented 13 years ago

I've seen this problem, myself. It isn't a problem with my code, but the Tumblr API.

Take a look at an API read for that post: http://mountainstandardtime.tumblr.com/api/read/json?id=3695147099

Especially pay attention to this field: "date-gmt":"2011-03-07 08:15:01 GMT"

Tumblr is clearly reporting an incorrect date, but there's not much I can do about that.