[#BloombergLP-bdlt-TimeZoneFormatter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimeZoneFormatter :relfileprefix: ../../ :mrdocs: This `class` provides a specifier formatter for printing time zones. == Synopsis Declared in `<bdlt_timezoneformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_CHAR> class TimeZoneFormatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimeZoneFormatter/2constructor.adoc[`TimeZoneFormatter`] [.small]#[constructor]# | Create an object in its default initial state. | xref:BloombergLP/bdlt/TimeZoneFormatter/extraSections.adoc[`extraSections`] | Return section flags required by this value type. | xref:BloombergLP/bdlt/TimeZoneFormatter/formatDefault.adoc[`formatDefault`] | Format `offset` to `out` using the default time‐zone layout. | xref:BloombergLP/bdlt/TimeZoneFormatter/formatIso8601.adoc[`formatIso8601`] | Format `offset` to `out` using the ISO 8601 time‐zone layout. | xref:BloombergLP/bdlt/TimeZoneFormatter/formatNextSpecifier.adoc[`formatNextSpecifier`] | Format one recognized specifier from `*specInOut` into `*outIt`. | xref:BloombergLP/bdlt/TimeZoneFormatter/parseDefault.adoc[`parseDefault`] | Parse a time zone that will be formatted in default mode. | xref:BloombergLP/bdlt/TimeZoneFormatter/parseIso8601.adoc[`parseIso8601`] | Parse a time zone that will be formatted in Iso8601 mode. | xref:BloombergLP/bdlt/TimeZoneFormatter/parseNextModifier.adoc[`parseNextModifier`] | Parse a format modifier from the front of `*specInOut` if present. | xref:BloombergLP/bdlt/TimeZoneFormatter/parseNextSpecifier.adoc[`parseNextSpecifier`] | Parse the next recognized time‐zone format specifier from `*specInOut`. | xref:BloombergLP/bdlt/TimeZoneFormatter/postprocess.adoc[`postprocess`] | Read post‐processed fields from the specified `spec` that are relevant to this specifier formatter. | xref:BloombergLP/bdlt/TimeZoneFormatter/totalWidth.adoc[`totalWidth`] | Return the anticipated formatted width for the specified `offset`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#