[#BloombergLP-bdlt-CurrentTime-now] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/CurrentTime.adoc[CurrentTime]::now :relfileprefix: ../../../ :mrdocs: Return the current date/time as a time interval from the epoch. == Synopsis Declared in `<bdlt_currenttime.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] now(); ---- == Description Return the `TimeInterval` value between `EpochUtil::epoch()` and the current date/time as provided by the installed callback function. Note that this value is independent of time zone. == Return Value the current time as an interval from the epoch [.small]#Created with https://www.mrdocs.com[MrDocs]#