Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize date formatting whitespace issues
The new Intl.dateFormat functions sometimes use a "Narrow No-Break Space" instead of a normal space in the dates, before the AM/PM suffices. The behavior seems to be somewhat non-deterministic, which makes testing difficult. This change simply normalizes the output to always use a simple space.
- Loading branch information