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