Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-96
DST_TRANSITION_ADD_ Procedure
Example
#include <cextdecs (DST_TRANSITION_ADD_)>
zsys_ddl_dst_entry_def dstentry;
short error;
long long timeStampLow, timeStampHigh;
dstentry.z_lowgmt = timeStampLow;
dstentry.z_highgmt = timeStampHigh;
dstentry.z_offset = 3600; /* seconds */
dstentry.z_version = ZSYS_VAL_DST_VERSION_SEP1997;
error = DST_TRANSITION_ADD_ ((short*)&dstentry);