[#BloombergLP-baltzo-TimeZoneUtil-now-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/TimeZoneUtil.adoc[TimeZoneUtil]::now :relfileprefix: ../../../ :mrdocs: Load the current local time into `result`. == Synopses Declared in `<baltzo_timezoneutil.h>` Load the current local time into `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/TimeZoneUtil/now-03.adoc[now]( xref:BloombergLP/bdlt/DatetimeTz.adoc[bdlt::DatetimeTz]* result, char const* timeZoneId); ---- [.small]#xref:BloombergLP/baltzo/TimeZoneUtil/now-03.adoc[_» more..._]# Load the current local time into `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/TimeZoneUtil/now-04.adoc[now]( xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime]* result, char const* timeZoneId); ---- [.small]#xref:BloombergLP/baltzo/TimeZoneUtil/now-04.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the current local time | *timeZoneId* | identifier of the time zone for the result |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#