Handbook
Glossary
now-gmt ( -- timestamp )
Calendar
Prev:
now ( -- timestamp )
Next:
now-utc ( -- timestamp )
Vocabulary
calendar
Inputs
None
Outputs
timestamp
a
timestamp
Word description
Returns the time right now, but in the GMT timezone.
See also
now
Definition
USING:
system
;
IN:
calendar
HOOK:
now-gmt
os
( -- timestamp )
Methods
USING:
calendar
calendar.unix
system
;
M:
unix
now-gmt
current-timeval
timeval>unix-time
;