timeZoneOverride property
final
Set a timezone override for web pages loaded in this WebContext.
This allows overriding the system timezone for web content.
The value should be a valid IANA timezone identifier like "America/New_York",
"Europe/London", or "Asia/Tokyo".
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - time-zone-override):
- This property must be set at WebContext construction time.
Implementation
final String? timeZoneOverride;