BNAMEb Osword 14 - Real Real Time Clock BSYNOPSYSb In(function, data...) Out(various...) BDESCRIPTIONb Osword 14 reads the real time clock or converts a supplied BCD time value to a string. On entry: A function code On exit: A,X,Y usually preserved XY pointer to control block On entry XY=0 - read time and date string. On exit: The time and date is returned in the format: Mon,25 Oct 1987.12:24:30 On extry XY=1 - read time and date in BCD format. On exit: XY+0 year (&00-&99) XY+1 month (&01-&12) XY+2 day of month (&01-&31) XY+3 day of week (&01-&07, Sun-Sat) XY+4 hours (&00-&23) XY+5 minutes (&00-&59) XY+6 seconds (&00-&59) A year value of >&80 implies a century number of &19, a year value of <&81 implies a century number of &20. On entry XY=2 - convert BCD time and date to string. The BCD time and date is at XY+1 to XY+7, as for call with XY=1. On exit: The time and date returned as a string as with XY=0. BNOTESb eDITING INCOMPLETE BSEE ALSOb Time(3), Date(3)