NAME
Amiga2Date -- fill in a clockdata structure based on a system
time stamp (V36)
SYNOPSIS
Amiga2Date(seconds,result);
D0 A0
VOID Amiga2Date(ULONG,struct clockdata *);
FUNCTION
Fills in a clockdata structure with the date and time calculated
from a ULONG containing the number of seconds from 01-Jan-1978
to the date.
INPUTS
seconds - the number of seconds from 01-Jan-1978.
result - a pointer to a clockdata structure that will be altered
by this function
SEE ALSO
checkdate(), date2amiga()