MongoDB - Storing date without timezone
问题 We have a simple application in which we have all user in same timezone & therefore we are not interested to store timezone information in mongo date object. Reason for such extreme step is we have multiple micro service using common database managed by different developers. Each of them requires to explicitly set timezone related stuff in query & forgetting same results in invalid dataset. Since currently MongoDB folks Mongo Data Types doesn't support storing dates without timezone. Just