Handbook
Glossary
timestamp>count ( timestamp -- count )
Vocabulary
totp
Inputs
timestamp
a
timestamp
Outputs
count
a
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
IN:
totp
:
timestamp>count
( timestamp -- count )
30
timestamp>count*
;