LocalWallClockGetTime
Purpose
Tracks and manages time within the local computing environment.
Type
Reception:
LocalWallClockGetTimeV1
The LocalWallClockGetTimeV1 has an empty record.
Triggers
LocalWallClockGetTimeResultV1
Records with fields:
-
Epoch Timestamp
: EpochTimestampV1
Current time according to local wall clock, typically expressed in seconds (or milliseconds) elapsed since a reference point in time (the epoch)
Behaviour
Give the current time according to the physical machine's internal clock system.
Message Flow
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Wall Clock Engine: LocalWallClockGetTime
Local Wall Clock Engine -->>- Any Local Engine: LocalWallClockGetTimeResult
%% --8<-- [end:sequence]
(Wiki) links on this page