-- TemporarySetGMT.mesa (last edited by: McJones on: February 4, 1981 5:58 PM)

DIRECTORY
System USING [LocalTimeParameters];

TemporarySetGMT: DEFINITIONS =
BEGIN

SetGMT: PROCEDURE RETURNS [
valid: BOOLEAN, params: System.LocalTimeParameters];
-- Perform ProcessorFace.SetGreenwichMeanTime with the correct time.
-- Optionally return local time zone parameters (when valid=TRUE).
-- Implementation may use EthernetFace directly; only called early in Pilot initialization and coming back from Snapshot.OutLoad (the second time), with interrupts disabled.
-- Note: This is an interim measure necessary until a clock implementation which can run across boots exists.

END.

April 16, 1980 12:14 PM
McJonesCreate file
January 23, 1981 2:50 PM
McJonesAdd local time parameters
February 4, 1981 5:58 PM
McJonesSystemExtras=>System