TIME CONVERSION UTILITIES -- JWB -- 1981-Oct-01 This describes a set of interactive utilities for converting times from one representation to another. Three representations are supported: Code Format Example Meaning ---- ------ ------- ------- SEC Integer 1001234567 Seconds past 00h 1950-Jan-01 YMD 3 Integers 78, 03, 22 Year, month, day YDDD 2 Integers 78, 194 Year, day number Interactive routines for converting between any two of these are available in build:[BLDUTIL.RUN]aaabbb, where aaa is the code for the input representation and bbb is the code for the output. For example, to convert from YMD format to SEC format, enter $RUN build:[BLDUTIL.RUN]YMDSEC These programs prompt for input. .