This function takes a date string and its specific timezone and return a converted date object in client's local timezone
// the string date "2020-01-15 15:25:55" is based on Berlin timezone
// jetLag will give us a Date instance in the right client's local timezone.
const localDate = jetLag("2020-01-15 15:25:55", "Berlin");