Filter datetime in query entity

Hi Team,

How do we filter the query entity with datetime (2023-01-13 14:03:59) like how we filter a string.

Can anyone please tell how can we filter the entity with one specific datetime value?

Eg:

a!queryFilter(
field: "value",
operator: "=",
value: "test"
),

  Discussion posts and replies are publicly visible