INTERFACENetObjEpoch ; IMPORT OSConfig; CONST T = OSConfig.UnixEpoch;
X - T
gives the network object time that corresponds to aTime.T
ofX
. The base of network object time is Jan 1, 1970. The conventional Unix epoch is also Jan 1, 1970.
END NetObjEpoch.