hybridts_to_unixtime()
This method converts a hybrid timestamp to UNIX Epoch time.
Invocation
hybridts_to_unixtime(hybridts)
Parameters
Parameter | Description | Type | Required |
---|---|---|---|
hybridts | Hybrid timestamp. | Integer | True |
Return
UNIX Epoch time.
This method converts a hybrid timestamp to UNIX Epoch time.
hybridts_to_unixtime(hybridts)
Parameter | Description | Type | Required |
---|---|---|---|
hybridts | Hybrid timestamp. | Integer | True |
UNIX Epoch time.
Was this page helpful?