I have a date in this format: 02/15/2022 02:00:00 but when it goes to the Backend, the date plus 5 hours arrives: 2022-02-15 07:00:00 The library I use is: daterangepicker.js
02/15/2022 02:00:00
2022-02-15 07:00:00
FRONT:
POSTGRES:
How can I solve it?
UPDATE: library for date(moment.js)