date_time_utc property

Comment.date_time_utc property

Gets the UTC date and time that the comment was made.

@property
def date_time_utc(self) -> datetime.datetime:
    ...

Remarks

The default value is datetime.datetime.min

See Also