linq to twitter - Incorrect DateTime returned using LinqToTwitter? -


i'm returning tweets linqtotwitter using twittercontext.status.

however i've noticed createdat property value returned each tweet not same if compare createdat representation displayed on twitter.com actual tweet.

the minutes part same, looks user's timezone offset not being applied value returned. therefore result maybe +8 hours off.

is should expected result set?, or bug?

if have apply offset, how go retrieving apply tweets returned?

createdat, via api, utc time. twitter.com, web site, translates date local time.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -