A Stream that emits the new IANA timezone name whenever the browser reports a different one.
@override Stream<String> get onTimezoneChanged => _cachedStream ??= _controller.stream;