I need to create a range for a query, but my payload doesn’t separate the time from the date, which means I can’t extract just the time.
I need a query that has a timestamp < 7 or > 18. (hours)
Sample from my timestamp
“timestamp”: “2025-04-15T14:14:11.000Z”,
Can anyone help?