()
| 153 | |
| 154 | /** Resets the time zone identifier for the current user. */ |
| 155 | export function resetLocalTimeZone(): void { |
| 156 | localTimeZoneOverride = false; |
| 157 | localTimeZone = null; |
| 158 | } |
| 159 | |
| 160 | /** Returns whether the local time zone has been explicitly overridden via `setLocalTimeZone`. */ |
| 161 | export function isLocalTimeZoneOverridden(): boolean { |
no outgoing calls
no test coverage detected