summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-07-05 14:42:44 (GMT)
committerLiang Qi <liang.qi@nokia.com>2010-07-05 14:42:44 (GMT)
commit8ef60f0791c1fb7fa649214238db6db3e2d975c6 (patch)
treec002f908f2a2ac66d20d3f45aba7d5605d656ea6 /src/corelib/global
parent752d46c90ee0fc5f06f01feedd8e0659178b15d4 (diff)
downloadQt-8ef60f0791c1fb7fa649214238db6db3e2d975c6.zip
Qt-8ef60f0791c1fb7fa649214238db6db3e2d975c6.tar.gz
Qt-8ef60f0791c1fb7fa649214238db6db3e2d975c6.tar.bz2
Revert "Support time zone designator in QDateTime::fromString() based on ISO 8601-2004 standard."
This reverts commit 752d46c90ee0fc5f06f01feedd8e0659178b15d4.
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 15c4efc..a756565 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -577,9 +577,8 @@
be short, localized names. This is basically equivalent to using the date format
string, "ddd MMM d yyyy". See QDate::toString() for more information.
- \value ISODate \l{ISO 8601} extended format: either \c{YYYY-MM-DD} for dates or
- \c{YYYY-MM-DDTHH:MM:SS}, \c{YYYY-MM-DDTHH:MM:SSTZD} (e.g., 1997-07-16T19:20:30+01:00)
- for combined dates and times.
+ \value ISODate ISO 8601 extended format: either \c{YYYY-MM-DD} for dates or
+ \c{YYYY-MM-DDTHH:MM:SS} for combined dates and times.
\value SystemLocaleShortDate The \l{QLocale::ShortFormat}{short format} used
by the \l{QLocale::system()}{operating system}.