BasicTimeBackdoor.mesa
Copyright Ó 1987, 1988, 1991 by Xerox Corporation. All rights reserved.
Doug Wyatt, January 16, 1987 6:37:55 pm PST
Carl Hauser, January 19, 1988 11:28:45 am PST
Russ Atkinson (RRA) July 11, 1988 1:52:47 pm PDT
DIRECTORY
BasicTime USING [ZoneAndDST];
BasicTimeBackdoor: CEDAR DEFINITIONS = BEGIN
SetZoneAndDST: PROC [BasicTime.ZoneAndDST];
Asserts that these are the local time zone and DST parameters. Not a call for mere mortals: the package usually does an adequate job of determining these parameters for itself.
END.