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