I have a form in which the user selects a date, time and a timezone.
Example:
let date = '02.09.2020';
let time = '16.00';
let timezone = '-07.00';
I want to convert this date with timezone : '+02.00';
I have a hidden text input in which i pass the actualized date format i want.
I don't want to use momment.js for such a small thing.