I am inserting a lot of documents with a date in mongodb but the time doesn't match...
The time on the document is 1 hour early from the inserted time. Is it my mongo server who's not well configured ? Or do I have to do something else ?
I insert all the documents with a java application.
Thanks