export default function formatDateInTimeZone(date, timeZone) {
  throw new Error('Not implemented');
}
Run tests to see results.