How to provide the date and records

Publish your documents again after reading Formatting code and log snippets in posts so that we can cut-n-paste them into our system.

The following should give record:1

{ "timeStamp" :
   { "$gt" : new Date( "2022-01-19" ) ,
     "$lt" : new Date( "2022-01-20" ) 
   }
}