[#BloombergLP-bsls-SystemTime-nowRealtimeClock] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/SystemTime.adoc[SystemTime]::nowRealtimeClock :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bsls_systemtime.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] nowRealtimeClock(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#