Handbook
Glossary
millis>timestamp ( x -- timestamp )
Vocabulary
calendar
Inputs
x
an
object
Outputs
timestamp
an
object
Definition
USING:
calendar.private
kernel
math
;
IN:
calendar
:
millis>timestamp
( x -- timestamp )
unix-1970
swap
1000
/
+second
;