1 02/20/85 request_id_
2
3
4 Entry points in request_id_:
5 List is generated by the help command
6
7
8 :Entry: request_id_: 02/20/85 request_id_
9
10
11 Given a Multics standard clock value, this entry point returns a
12 char19 formatted date expressed in GMT in the form
13 "^yc^my^dm^Hd^MH^99.999999UM", e.g. 830718105806.808512
14 yymmddHHMMSS.SSSSSS This is a request id as used by the absentee
15 facility, I/O daemons, and other queue-driven facilities.
16
17
18 Syntax:
19 declare request_id_ entry fixed bin71 returnschar19;
20 result = request_id_ clock;
21
22
23 Arguments:
24 clock
25 is the clock value to be formatted. Input
26 result
27 is the resultant character string. Output