How do you compare two DateTimeValue in PowerApps Expression Builder? I'm doing something like this:
DateTimeValue("3/28/2023 7:10 AM") >= DateTimeValue("3/28/2023 9:10 AM")
But I'm getting all sorts of weird results, and can't debug completely because it's in the onchange of a dropdown. I want to make sure this is the way to compare date time values.