Why doesn’t my query work ?
Is it because the number is very large ?
(When I click on “Find” the result is not displayed, so I show you the display before clicking on “Find”)
(Too complicated to manage the time zone in MongoDb, so I’m trying to search dates by Ticks)
MongoDB saves dates in UTC, so managing time zones should not be complicated if you work with dates.
That being said, looks like you are not saving Ticks property as Number in the database. Can you double-check that? That can be the reason why your query does not work.