feat(07.1-05): user-tz on admin sync pages
- duo, sentinelone, datto-rmm, veeam, itglue, mimecast: each gets
useUserTimezone() in default export and threads tz through
fmtDate/sub-component props.
- duo (1 callsite, closure inline), sentinelone (1, module-scope helper),
datto-rmm (1 helper + StatusTab/HistoryTab props), veeam (1 helper +
5 sub-components), itglue (1 helper + StatusTab/HistoryTab props),
mimecast (1 helper + 6 sub-components incl. 2 dialogs with inline
toLocaleString calls).
- Module-scope fmtDate(d) signatures converted to fmtDate(d, tz).
Migrates 13 of 81 audit leak callsites.