Using `date.toLocaleString` uses the mocked time zone, but a formatter generated with `Intl.DateTimeFormat` does not. This limitation seems worth noting in the README.
Using
date.toLocaleStringuses the mocked time zone, but a formatter generated withIntl.DateTimeFormatdoes not.This limitation seems worth noting in the README.