How to find _id with an specific isodate hour

I need to find all _id inside the DT_FINALIZACAO que contenham a hora 04:00:00

"MATRICULA" : {
    "ID_TURMA" : NumberInt(14246),
    "NR_ANDAMENTO" : 0.0,
    "DT_CANCELAMENTO" : null,
    "ID_USUARIOVEC" : NumberInt(15004),
    "ID_STATUSAPROVEITAMENTO" : NumberInt(1),
    "NR_APROVPRESENCIAL" : 0.0,
    "NR_FREQUENCIA" : 0.0,
    "DT_EXCLUSAO" : null,
    "DT_SOLICITACAO" : ISODate("2022-12-15T04:00:00.000+0000"),
    "ID_MOTIVO_CANCELAMENTO" : null,
    "DS_MOTIVO_CANCELAMENTO_OUTRO" : null,
    "CD_UNIDADE_CONCLUSAO" : NumberInt(4338),
    "NR_TENTATIVA" : NumberInt(1),
    "NR_CARGAHORARIA" : NumberInt(30),
    "DT_REALIZACAO" : ISODate("2022-12-31T04:00:00.000+0000"),
    "ID_STATUSMATRICULA" : NumberInt(0),
    "NR_APROVEITAMENTO" : 0.0,
    "DT_FINALIZACAO" : ISODate("2023-01-01T04:00:00.000+0000"),
    "DT_PRIMEIRO_ACESSO" : null,
    "ID_STATUSSITUACAO" : NumberInt(0),
    "DT_CONCLUSAO" : ISODate("2023-01-01T04:00:00.000+0000"),
    "CD_MATRICULA" : NumberInt(511095),
    "UNIDADES" : [
        NumberInt(4338)

Hi :wave: @Guilherme_amorim,

Welcome to the MongoDB Community forums :sparkles:

To understand your use case better, please provide further details, such as:

  • The sample document from your MongoDB dataset.
  • The MongoDB Version you are using.
  • The expected result documents.
  • Any queries that you have tried to achieve the required results?

Best,
Kushagra