NAME
Amiga2Date -- Calculate the date from a timestamp. (V36)
SYNOPSIS
Amiga2Date( AmigaTime, Date )
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
AmigaTime - the number of seconds from 01-Jan-1978.
RESULTS
Date - filled in with the date/time specified by
AmigaTime.
NOTES
SEE ALSO
CheckDate(), Date2Amiga()
BUGS