Epoch timestamp in the provided unit.
IANA time zone identifier (branded TimeZoneId). Throws RangeError on invalid zone.
'ms' (default) for milliseconds or 's' for integer seconds.
Throws RangeError on invalid value.
A "floating" Date whose UTC fields equal the local wall-clock
Y/M/D/H/M/S in timezone at the provided instant. This is suitable for round-
tripping with wallTimeToEpoch.
Convert an epoch in the given unit to a JS Date carrying the same local clock in
timezone(a "floating" Date). The returned Date's UTC fields (getUTC*) reflect the local time intimezoneat that instant; this shape is convenient for UI round-trips with wallTimeToEpoch.