Return the current system time according to the real‐time clock.
Synopsis
Declared in <bsls_systemtime.h>
static
TimeInterval
nowRealtimeClock();
Description
Return the TimeInterval value representing the current system time according to the real‐time clock. The returned value is the time interval between the reference time point for the real‐time clock (see {Reference Time Point}) and the current time.
Return Value
current system time according to the real‐time clock
Created with MrDocs