[#BloombergLP-bdlt-TimeZoneFormatter-formatIso8601] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimeZoneFormatter.adoc[TimeZoneFormatter]::formatIso8601 :relfileprefix: ../../../ :mrdocs: Format `offset` to `out` using the ISO 8601 time‐zone layout. == Synopsis Declared in `<bdlt_timezoneformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ITERATOR> t_ITERATOR formatIso8601( t_ITERATOR out, int offset) const; ---- == Return Value iterator past the last character written == Parameters [cols="1,4"] |=== | Name| Description | *out* | output iterator receiving formatted characters | *offset* | UTC offset in minutes |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#