Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-21
DST_GETINFO_
Provides information about the DST entry that is in effect at time keygmt.
DST_TRANSITION_ADD_
Allows a super-group user (255,n) to add an entry to the daylight-saving-time (DST)
transition table. This operation is allowed only when the DAYLIGHT_SAVING_TIME
option in the system is configured to the TABLE option. This procedure supersedes the
ADDDSTTRANSITION procedure.
DST_TRANSITION_DELETE_
Allows a super-group user (255,n) to delete an existing entry from the daylight-saving-
time (DST) transition table. This operation is allowed only when the
DAYLIGHT_SAVING_TIME option in the system is configured to the TABLE option.
<0:14> Must be 0.
<15> Blank-fill on left (the default is zero-fill).
error:= DST_GETINFO_ ( keygmt
, dstentry );
error
keygmt, FIXED:value input
dstentry, INT:EXT:ref:* output
error:= DST_TRANSITION_ADD_ ( dstentry );
error
dstentry, INT.EXT:ref:* input
error:= DST_TRANSITION_DELETE_ ( dstentry );
error
dstentry, INT.EXT:ref:* input