A zone name we can hand to Intl, falling back to US Eastern.
facilities.timezone is nullable free text, so an empty string or a typo reaches here. Passing
one straight through makes every timezone-naive value fail to parse and render as 'n/a',
silently dropping the date rather than showing it in the wrong zone.
A zone name we can hand to
Intl, falling back to US Eastern.facilities.timezoneis nullable free text, so an empty string or a typo reaches here. Passing one straight through makes every timezone-naive value fail to parse and render as'n/a', silently dropping the date rather than showing it in the wrong zone.