Reputation: 7268
I am saving some datetime objects in UTC in mongodb
. I am using nosqlbooster for mongodb. Datetime is getting saved in UTC
timezone but nosqlbooster is showing me in my timezone. When I downloaded and used Compass
for mongodb, so compass was showing me time in UTC only.
How can I change this settings in nosqlbooster.
Upvotes: 0
Views: 1651
Reputation: 230
This can be done from options:
Options -> Outpul Panel -> Display DateTime in -> UTC
Upvotes: 4