Allow Dates to be Viewed in Local Time instead of UTC time
Allow the option for Dates to be Viewed in Local Time instead of UTC time.

-
Josef commented
This is incredibly annoying. To always need to shift time when debugging something. I can't believe this obvious and trivial thing isn't implemented.
While we are at it. The local timezone is okay, but it should be possible to set arbitrary timezone (What if I support a system in different timezone). Also it should be configurable per connection (Different databases for systems in different countries).
-
NotLatif commented
Yes!! (not in edit mode) but in reading mode it would be nice to have an option that shows the Local Time Date object, (honestly imo there is enough horizzontal space to show both)
-
joe-lucas commented
How hard could it be to convert time between UTC and other timezones in js ?
-
블루 commented
It would be great if Compass shows the date with the local timezone.
-
Flavio Medeiros commented
It's a good idea to view Date fields with the timezone.
-
Akram commented
We have a requirement to validate the data uploaded in EST/EDT format in MongoDB.
It will be good if we have a option to convert the date to local timezone format considering the daylight saving.