S Andrew
S Andrew

Reputation: 7268

How to change default timezone settings to UTC in No SQL Booster for MongoDb

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

Answers (1)

Buda Sergiu Flavius
Buda Sergiu Flavius

Reputation: 230

This can be done from options:

Options -> Outpul Panel -> Display DateTime in -> UTC

Upvotes: 4

Related Questions