[#BloombergLP-baltzo-TimeZoneUtil-convertUtcToLocalTime-0e0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/TimeZoneUtil.adoc[TimeZoneUtil]::convertUtcToLocalTime :relfileprefix: ../../../ :mrdocs: Load, into the specified `result`, the local date‐time value (in the time zone indicated by the specified `targetTimeZoneId`) corresponding to the specified `utcTime`. The offset from UTC of the time zone is rounded down to minute precision. Return 0 on success, and a non‐zero value with no effect otherwise. A return value of `ErrorCode::k_UNSUPPORTED_ID` indicates that `targetTimeZoneId` was not recognized, and a return value of `ErrorCode::k_OUT_OF_RANGE` indicates that the result of the operation would have been outside the range of values representable by the `result` type. == Synopsis Declared in `<baltzo_timezoneutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int convertUtcToLocalTime( xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime]* result, char const* targetTimeZoneId, xref:BloombergLP/bdlt/Datetime.adoc[bdlt::Datetime] const& utcTime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#