I am trying to convert a human-readable date to an EPOCH range, where the range covers that entire day.
I couldn't find any existing function that does it- anyone know if there is one?
Example: So if we converted today's date (15/09/22) into EPOCH at midnight start of the day, I believe it would be 1663200000. However from 1663200000 to 1663286399 it is still today- the latter being midnight today.