LocalWallClockGetTime¶
Purpose¶
Tracks and manages time within the local computing environment.
Type¶
Reception:
The LocalWallClockGetTimeV1 has an empty record.
Triggers
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)
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]