According to docs, dateTimeBefore will return true if the current date and time is before the given date and time, and false otherwise.
but when I try to use other time in my input query for the cart and checkout validation function, one is the start of the day, and one is the end of the day but it returns the same value is true
shop {
localTime {
dateTimeBefore(dateTime: "2024-09-30T23:24:31")
}
}