[#BloombergLP-baltzo-LocalTimeDescriptor-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor]::LocalTimeDescriptor :relfileprefix: ../../../ :mrdocs: Create a `LocalTimeDescriptor` object having the specified `utcOffsetInSeconds`, `dstInEffectFlag`, and `description` attribute values. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. The behavior is undefined unless `‐86339 <= utcOffsetInSeconds <= 86399`. == Synopsis Declared in `<baltzo_localtimedescriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- LocalTimeDescriptor( int utcOffsetInSeconds, bool dstInEffectFlag, std::string_view const& description, xref:BloombergLP/baltzo/LocalTimeDescriptor/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#