/* Copyright (C) 1995 by Thomas Glen Smith. All Rights Reserved. */ /* execqtz APL2 V1.0.0 ************************************************* * Called from execgets. System function quad_tz, time zone. * ***********************************************************************/ #define INCLUDES APLCB+TREE #include "includes.h" Aplcb execqtz() { Execqtzs; Scalar; return(scalar(execqtzs())); }