timezone_last_modified Property

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

Syntax

def get_timezone_last_modified() -> str: ...
def set_timezone_last_modified(value: str) -> None: ...

timezone_last_modified = property(get_timezone_last_modified, set_timezone_last_modified)

Default Value

""

Remarks

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]