Function: deviceTimeZone()
deviceTimeZone():
string
Defined in: src/lib/dates/tz.ts:180
The timezone the current runtime is in, as an IANA identifier.
In a client component after mount this is the viewer's own device clock — which is why the portal needs no stored per-contractor timezone. During SSR it is the server's zone and therefore meaningless for display, so only call it from an effect / after mount.
Returns
string
The runtime's IANA timezone (e.g. Asia/Manila).