SearchBuilder: Modifying SearchBuilder Datetime Inputs to UTC Format Before Sending to Server
SearchBuilder: Modifying SearchBuilder Datetime Inputs to UTC Format Before Sending to Server
![necrotos](https://secure.gravatar.com/avatar/9ddf4e4255021c018cc1b16f3ef356cb/?default=https%3A%2F%2Fvanillicon.com%2F9ddf4e4255021c018cc1b16f3ef356cb_200.png&rating=g&size=120)
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?