[#BloombergLP-ball-ObserverFormatterImp-setTimezoneDefault] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ObserverFormatterImp.adoc[ObserverFormatterImp]::setTimezoneDefault :relfileprefix: ../../../ :mrdocs: Set the default time zone used for timestamps that have no timezone preference specified in the format config string. == Synopsis Declared in `<ball_observerformatterimp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setTimezoneDefault(xref:BloombergLP/ball/ObserverFormatterImp.adoc[TimezoneEnum] timezoneDefault); ---- == Description This method recreates the formatter used with the new timezone setting and the last successfully‐set format config string. Note that (at the time of writing) the printf‐style format strings do not have syntax to specify the time zone so for such‐configured formatters all timestamps will use this time zone default. == Parameters [cols="1,4"] |=== | Name| Description | *timezoneDefault* | default time zone for timestamps without one |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#