Should $humanTime work with timestamps? My query includes:

“$match”: {
“event.type”: “Temperature”,
“event.timestamp”: {
“$gt”: {
“$humanTime”: “2 hours ago”
}
}
}

But it does not return any matches, though it should.
Am I missing something?