locales.forEach(locale => {
      const formatter = Formatter(locale);
      console.log(formatter.dateTime(date));
      assert(formatter.dateTime(date));
    });