RosettaCodeData/Task/System-time/PL-I/system-time.pli
2023-07-01 13:44:08 -04:00

4 lines
235 B
Text

put (datetime()); /* writes out the date and time */
/* The time is given to thousandths of a second, */
/* in the format hhmiss999 */
put (time()); /* gives the time in the format hhmiss999. */