get_received_timestamp
Description:
Return when this message was received locally, as a number of seconds since the beginning of 1970 in the UTC timezone (the same representation used by DateTime.from_unix_utc, for instance), or 0 if not known.
Parameters:
this |
a message |
Returns:
a Unix timestamp, or 0 |