timestamp>count ( timestamp -- count )


Vocabulary
totp

Inputs
timestampa timestamp


Outputs
counta byte-array


Word description
Return the number of 30-second intervals between the Unix time and the timestamp as an 8-byte byte-array.

See also
timestamp>count*

Definition

: timestamp>count ( timestamp -- count ) 30 timestamp>count* ;