Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!bionet!agate!ucbvax!TREARN.BITNET!FERZAN From: FERZAN@TREARN.BITNET (OHAN) Newsgroups: comp.lang.asm370 Subject: Re: Time conversion Message-ID: <9104101613.AA04055@ucbvax.Berkeley.EDU> Date: 10 Apr 91 16:13:22 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 25 X-Unparsable-Date: Wed, 10 Apr 91 18:43:51 TUR I have a time program, it gets the timer value from TOD CLOCK, and displays following line: CLOCK xx:xx:xx:xxx:xxx xx, DATE xx/xx/xxxx xxxxxxxxx, ZONE xx:xx:xx/xxxx | | | | | | | | | | | | | | | | | | | | | | | | | | | | hour -- | | | | | | | | | | | | | minute --- | | | | | | | | | | | | second ------ | | | | | | | | | | | millisecond ---- | | | | | | | | | | microsecond -------- | | | | | | | | | am/pm ------------------ | | | | | | | | month --------------------------- | | | | | | | day of month ----------------------- | | | | | | year ---------------------------------- | | | | | day of week -------------------------------- | | | | hour ------------------------------------------------------- | | | minute -------------------------------------------------------- | | second ----------------------------------------------------------- | west/gmt/east ------------------------------------------------------- (time zone is difference between local time and Greenwich Mean Time) /**/