LocalWallClockGetTimeResult¶
Purpose¶
Response to a LocalWallClockGetTime request.
Type¶
Reception:
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)
Triggers
Behavior¶
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]