InfluxDB data from a specific point in time

Hi

Is it possible to display InfluxDB data from a specific time? For example from 23.58h Yesterday?
I tried something like this, but it doesn’t work:

where: '"entity_id" = ''fibaro_system_fgwpe_f_wall_plug_gen5_energy'' time > ''23:58:00'' and time > now() - 1d'

I know it can be done by taking the time from -12h ago or so. This works fine.

where: '"entity_id" = ''fibaro_system_fgwpe_f_wall_plug_gen5_energy'' and time > now() - 12h' 

But how can I get it from a specific point in time? Yesterday 23.58h.