creation_time_zone property

creation_time_zone property

The time zone of creation date.

Definition:

@property
def creation_time_zone(self):
    ...
@creation_time_zone.setter
def creation_time_zone(self, value):
    ...

See Also