From 37142571ae79885cfb3c73a5ad23f3e755e9fc9d Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 3 Mar 2023 15:19:55 +0100 Subject: [PATCH] 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 --- src/corelib/time/qtimezone.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/corelib/time/qtimezone.cpp b/src/corelib/time/qtimezone.cpp index 5ddb1ec2946..1fb20c6fab5 100644 --- a/src/corelib/time/qtimezone.cpp +++ b/src/corelib/time/qtimezone.cpp @@ -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.