Mongo crash beyond 2038 on 64 bit

I’m getting the 2038 problem even though I have the 64 bit mongoDb 4.4.13 version installed.
I see the following error message:
“cluster time cannot be advanced beyond its maximum value”

so it seems related to Mongodb replicaset cluster maximum logicalTime => 2038 year max.

Should this error still be happening even though I’m on 64 bit or is there a config I’m missing?

Looks like there are some JIRAs still to shake out with regard to 2038 / 32bit time.

Linked to the JIRA I found when looking at this Wall field question a couple of years back is another related SERVER-18557, this would be a good one to watch.