addFormatToken(null, ['YY', 2, false], null,
  function (date: Date, opts: DateFormatterOptions): string {
  return (getFullYear(date, opts.isUTC) % 100).toString(10);
});