VMS Help
DECdts, utc_ascreltime
*Conan The Librarian
|
Converts a relative binary timestamp to an ASCII string that
represents the time.
Format
#include <utc.h>
int utc_ascreltime(*cp, stringlen, *utc)
char *cp;
const size_t stringlen;
const utc_t *utc;
Input
utc
Relative binary timestamp.
stringlen
Length of the cp buffer.
Output
cp
ASCII string that represents the time.
The ASCII Relative Time routine converts a relative binary
timestamp to an ASCII string that represents the time.
0 Indicates that the routine executed successfully.
-1 Indicates an invalid time parameter or invalid results.
See the sample program for the utc_abstime routine.
utc_mkascreltime