<date> ( year month day -- timestamp )


Vocabulary
calendar

Inputs
yearan integer
monthan integer
dayan integer


Outputs
timestampa timestamp


Word description
Returns a timestamp object representing the start of the specified day in your current timezone.

Examples
USING: accessors calendar prettyprint ; 2010 12 25 <date> instant >>gmt-offset .
T{ timestamp { year 2010 } { month 12 } { day 25 } }


Definition

: <date> ( year month day -- timestamp )
0 0 0 gmt-offset-duration <timestamp> ; inline