Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!nucsrl!tellab5!vpnet!vpnet!akcs.scw From: akcs.scw@vpnet.chi.il.us (scott whittle) Newsgroups: comp.os.os9 Subject: os9 time help. Keywords: os9 time Message-ID: <285d1b3f-1b4comp.os.os9@vpnet.chi.il.us> Date: 17 Jun 91 21:55:03 GMT Lines: 26 Help I'm running OS/9 Professional on a 68030 system. I'm trying to get the date and time from the system with this bit of programing. #include main() { int *time,*date,*tick; short *day; _sysdate(0,&time,&date,&day,&tick); printf("Time is Time:%d date:%d date:%d tick:%d",time,date,day,tick); } no big deal right. but this is what I get; for the time and date of june 17, 1991 3:16:47 pm. time:987183 date 130483729 day 65536 tick 108236 I don't know what or how to make of it but if somebody could give me some tips I would greatly appreciated. Thanks scott