now ( -- timestamp )
Calendar

Prev:Timestamp arithmetic
Next:now-gmt ( -- timestamp )


Vocabulary
calendar

Inputs
None

Outputs
timestampa timestamp


Word description
Returns the time right now in your computer's timezone.

Examples
USING: calendar prettyprint ; now .
T{ timestamp f 2008 9 1 16 38 24+801/1000 T{ duration f 0 0 0 -5 0 0 } }


See also
now-gmt

Definition