summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qtimezone.cpp')
-rw-r--r--src/corelib/time/qtimezone.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/corelib/time/qtimezone.cpp b/src/corelib/time/qtimezone.cpp
index 1a9b208bfe..4d5e844b78 100644
--- a/src/corelib/time/qtimezone.cpp
+++ b/src/corelib/time/qtimezone.cpp
@@ -204,15 +204,15 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
/*!
\enum QTimeZone::anonymous
+ This enumeration provides constants bounding the range of plausible timezone
+ offsets from UTC, measured in seconds.
Sane UTC offsets range from -14 to +14 hours.
- No known zone > 12 hrs West of Greenwich (Baker Island, USA).
- No known zone > 14 hrs East of Greenwich (Kiritimati, Christmas Island, Kiribati).
+ No known zone has offset > 12 hrs West of Greenwich (Baker Island, USA).
+ No known zone has offset > 14 hrs East of Greenwich (Kiritimati, Christmas Island, Kiribati).
+ Note that there are zones whose offsets differ by more than a day.
- \value MinUtcOffsetSecs
- -14 * 3600,
-
- \value MaxUtcOffsetSecs
- +14 * 3600
+ \value MinUtcOffsetSecs -14 * 3600,
+ \value MaxUtcOffsetSecs +14 * 3600
*/
/*!