[#BloombergLP-bdlt-CurrentTime-currentTimeDefault] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/CurrentTime.adoc[CurrentTime]::currentTimeDefault :relfileprefix: ../../../ :mrdocs: Return the `TimeInterval` value between `EpochUtil::epoch()` and the current date/time. This is the default current‐time callback implementation for current time retrieval. The obtained time is expressed as a time interval from `00:00 UTC, January 1, 1970`. The resolution is: * Unix DG‐Unix: microsecond resolution == Synopsis Declared in `<bdlt_currenttime.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] currentTimeDefault(); ---- == Description * Linux: nanosecond resolution * Solaris: 5 nanosecond resolution * Windows 11: 1‐5 millisecond resolution [.small]#Created with https://www.mrdocs.com[MrDocs]#