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

Name

Description

utcTime

UTC time to look up

Created with MrDocs