SELECT last_interacted_on FROM twitter_personas WHERE service_id = 90966992;Returns 2015-07-21.
SELECT interaction_created_at
FROM bindings.belgium_fl_2015_07
WHERE persona_service_id = 90966992 -- Timdanny
ORDER BY interaction_created_at DESC
LIMIT 1;Returns 2015-07-21 17:19:39.
So, is 2015-07-21 17:19:39 the same day as 2015-07-21? Yes.
SELECT last_tweeted_on FROM twitter_personas WHERE service_id = 90966992;Returns 2015-07-21
Looking at his feed, it's clear that he
tweeted on the 2015-07-21, so we have the correct last_tweeted_on.
hosted here: https://gist.github.com/juliend2/3a620db9b52333b3315a