You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moment.js can be still a useful (and perhaps even the only) library.
JavaScript is a widely used language, not only used by web-browsers.
Most alternative libraries require access to the internet in order to connect to the IANA timezone database and/or rely on Intl Object.
the shell does not support Intl object. The new mongosh is still in beta-phase
you don't care about a 300k library. With MongoDB scripts you process much larger documents. Other popular libraries like Node.js or mongoose are even larger.
I am really happy that moment.js is still maintained. So far I did not find any suitable alternative library.
The text was updated successfully, but these errors were encountered:
Moment.js can be still a useful (and perhaps even the only) library.
JavaScript is a widely used language, not only used by web-browsers.
Most alternative libraries require access to the internet in order to connect to the IANA timezone database and/or rely on
Intl
Object.When you use for example mongo shell then
Intl
object. The newmongosh
is still in beta-phaseI am really happy that moment.js is still maintained. So far I did not find any suitable alternative library.
The text was updated successfully, but these errors were encountered: