I\'ve been playing around storing tweets inside mongodb, each object looks like this:
{ \"_id\" : ObjectId(\"4c02c58de500fe1be1000005\"), \"contributors\" :
Convert your dates to GMT timezone as you're stuffing them into Mongo. That way there's never a timezone issue. Then just do the math on the twitter/timezone field when you pull the data back out for presentation.