SearchBuilder: Modifying SearchBuilder Datetime Inputs to UTC Format Before Sending to Server
SearchBuilder: Modifying SearchBuilder Datetime Inputs to UTC Format Before Sending to Server
Description of problem:
Hey everyone,
I hope you're all doing well. I've been working with the DataTables library and the SearchBuilder extension to enhance the filtering capabilities of my tables. However, I'm facing a challenge regarding datetime inputs within the SearchBuilder. I want to convert all the datetime inputs to UTC format before they are sent to the server. This way, I can ensure consistency of timezones in my data. How can I override all the datetime input formed by SearchBuilder before sending them to server?