I am using a Custom Module search using Min and Max on a custom datetime-local item and it returns incorrect results because search is UTC not local time CST.
How do I adjust the search -6:00 for Central Standard Time?
This is the Search Form parameters I am using with my custom property.
`<input type=“datetime-local” name=“prop_GameDate_Min” value="{{request.request_url.params.prop_GameDate_Min | date: “%Y-%m-%dT%H:%M”}}" >
<input type=“datetime-local” name=“prop_GameDate_Max” value="{{request.request_url.params.prop_GameDate_Max | date: “%Y-%m-%dT%H:%M”}}" >`