Update QTZ::transitions() doc to say what the atUtc values mean

Previously, it was left to the caller to guess.

Change-Id: Icc22b8c874046de78e16253cf0cc3ba2f334362b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Edward Welbourne 2023-03-03 15:19:55 +01:00
parent 474aa52638
commit 37142571ae

View File

@ -1278,7 +1278,9 @@ QTimeZone::OffsetData QTimeZone::previousTransition(const QDateTime &beforeDateT
/*!
Returns a list of all time zone transitions between the given datetimes.
The given \a fromDateTime and \a toDateTime are inclusive.
The given \a fromDateTime and \a toDateTime are inclusive. The \c atUtc
member of each entry describes the moment of the transition, at which the
offsets and abbreviation given by other members take effect.
This method is only available when feature \c timezone is enabled.