SMPPEX.Pdu.ValidityPeriod.to_timestamp-exclamation-mark
You're seeing just the function
to_timestamp-exclamation-mark
, go back to SMPPEX.Pdu.ValidityPeriod module for more information.
Link to this function
to_timestamp!(validity_period, timestamp_origin \\ System.system_time(:second))
View SourceSpecs
to_timestamp!(validity_period(), timestamp_origin()) :: timestamp()
Converts validity_period/0
to Unix timestamp according to the SMPP specification.
The same as to_timestamp/2
but raises an exception in case of error.