<timestamp> ( $year $month $day $hour $minute $second $gmt-offset -- timestamp )


Vocabulary
calendar

Inputs
$yearan object
$monthan object
$dayan object
$houran object
$minutean object
$secondan object
$gmt-offsetan object


Outputs
timestampan object


Definition


:: <timestamp>
( $year $month $day $hour $minute $second $gmt-offset -- timestamp )
$year $month 1 12 [a,b] check-interval
$day 1 $year $month (days-in-month) [a,b] check-interval
$hour 0 23 [a,b] check-interval $minute 0 59 [a,b]
check-interval $second 0 60 [a,b) check-interval
$gmt-offset timestamp boa ;