PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 24th of January, 2021

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:51:08] <ACfromTX> Thanks, everyone!
[08:05:16] <BeryCZ> Hello, I'm trying to install mongo on raspberry os 64bit. I've built the binaries (for 4.4.3) yesterday and now idk how to continue :)
[08:05:16] <BeryCZ> Can you point me to docs somewhere? or is there an easy way to create a *.deb package or something? Something to add all files /etc /lib and /usr
[08:05:16] <BeryCZ> (I'm quite a nub)
[17:41:15] <VectorX> hi, i am using new Date('2020-9-1'); in nodejs to do a query, but this is adding timezone info and a Z at the end which is giving wrong results, is there an accepted way to get the time value without the Z and timezone in it?
[23:11:31] <VectorX> hmm, my field value in compass shows as, start : 2020-09-02T03:58:32.702+00:00 when i run my query I get a few results less than expected { "start" : { $gte: ISODate('2020-09-01T00:00:00.000Z'), $lt: ISODate('2020-10-01T00:00:00.000Z') } }
[23:12:03] <VectorX> if i take out the Z from the end of the date i get the right number, but that is what new Date() in nodejs is generating