micros>timestamp ( x -- timestamp )


Vocabulary
calendar

Inputs
xa number


Outputs
timestampa timestamp


Word description
Converts a number of microseconds into a timestamp value in GMT time.

Examples
USING: accessors calendar prettyprint ; 1000 micros>timestamp year>> .
1970


Definition