Mention GMT-offset form of short-names for timezones

This fixes the documentation side of an issue with QTZ::displayName()
not doing what's documented. (The MS-eccentricities have been fixed by
earlier work.)

Fixes: QTBUG-84297
Change-Id: I3ec522aa81741fbf2d3dd247786310304e14f304
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit b3a00a38af1226ebd6617638872d540f1ecd76df)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Edward Welbourne 2024-08-28 11:21:10 +02:00 committed by Qt Cherry-pick Bot
parent f5a2d34da8
commit 1d725c0094

View File

@ -302,11 +302,14 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
The type of time zone name.
\value DefaultName
The default form of the time zone name, e.g. LongName, ShortName or OffsetName
The default form of the time zone name, one of LongName, ShortName or
OffsetName
\value LongName
The long form of the time zone name, e.g. "Central European Time"
\value ShortName
The short form of the time zone name, usually an abbreviation, e.g. "CET"
The short form of the time zone name, usually an abbreviation,
e.g. "CET", in locales that have one for the zone, otherwise a
compact GMT-offset form, e.g. "GMT+1"
\value OffsetName
The standard ISO offset form of the time zone name, e.g. "UTC+01:00"