Handbook
Glossary
gmt-offset ( -- hours minutes seconds )
Vocabulary
calendar
Inputs
None
Outputs
hours
an
object
minutes
an
object
seconds
an
object
Definition
USING:
system
;
IN:
calendar
HOOK:
gmt-offset
os
( -- hours minutes seconds )
Methods
USING:
accessors
calendar
calendar.unix
math
system
;
M:
unix
gmt-offset
get-time
gmtoff>>
3600
/mod
60
/mod
;