timezone_url Property
Optionally points to a published time zone definition.
Syntax
def get_timezone_url() -> str: ... def set_timezone_url(value: str) -> None: ...
timezone_url = property(get_timezone_url, set_timezone_url)
Default Value
""
Remarks
Optionally points to a published time zone definition. If set, this property should refer to a resource that is accessible by anyone who might need to interpret the object. This should not normally be a "file" URL or other URL that is not widely accessible.