Guardian Programming Reference Summary for C
Functions Summary (A-C)
Guardian Programming Reference Summary for C—522630-001
4-25
CONVERTTIMESTAMP
Converts a GMT timestamp to or from a local-time-based timestamp within any
accessible node in the network.
direction
error
CPU_GETINFOLIST_
Use the PROCESSOR_GETINFOLIST_ procedure instead of CPU_GETINFOLIST_.
Calls to PROCESSOR_GETINFOLIST_ are identical in their format and values to those
for CPU_GETINFOLIST_.
#include <cextdecs(CONVERTTIMESTAMP)>
long long CONVERTTIMESTAMP
( long long julian-timestamp /* i */
,[ short direction ] /* i */
,[ short node ] /* i */
,[ short _near *error ] ); /* o */
0 = GMT to local civil time (LCT—the default)
1 = GMT to local standard time (LST)
2 = LCT to GMT
3=LST to GMT
-5 = Value of node is out of range.
-4 = The timestamp parameter not supplied or has invalid value.
-3 = Invalid value supplied for direction.
-2 = Impossible LCT.
-1 = Ambiguous LCT.
0 = No errors, successful.
1 = DST range error.
2 = DST table not loaded.
>2 = File-system error (attempting to reach “NODE”).