BloombergLP::baltzo::Zoneinfo::findTransitionForUtcTime

Return an iterator providing non-modifiable access to the transition that holds the local-time descriptor associated with the specified utcTime.

Synopsis

Declared in <baltzo_zoneinfo.h>

TransitionConstIterator
findTransitionForUtcTime(bdlt::Datetime const& utcTime) const;

Description

The behavior is undefined unless numTransitions() > 0 and utcTime is at or after the transition returned by firstTransition.

Return Value

an iterator to the transition for utcTime

Parameters

NameDescription
utcTimeUTC time to look up