[#BloombergLP-baltzo-Zoneinfo-addTransition] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]::addTransition :relfileprefix: ../../../ :mrdocs: Add to this object a transition occurring at the specified `utcTime` when the local time in the described time‐zone adopts the characteristics of the specified `descriptor`. If a transition at `utcTime` is already present, replace it's local‐time descriptor with `descriptor`. == Synopsis Declared in `<baltzo_zoneinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void addTransition( xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[bdlt::EpochUtil::TimeT64] utcTime, xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& descriptor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#