

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores times in _____ by default, and will convert any local time representations into this form.(a) UTC(b) GMT(c) IST(d) None of the mentioned |
Answer» Right answer is (a) UTC Best explanation: Applications that must operate or report on some unmodified local time value may store the time zone alongside the UTC timestamp, and compute the original local time in their application logic. |
|