diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-04-16 10:47:03 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-04-16 11:12:57 (GMT) |
commit | cb65d5a354bf0eb2be6a3f24a8352874a4aaf877 (patch) | |
tree | d49e98fcb7e812cd3327627b13048517ef4da672 /src/corelib/tools | |
parent | 2ab291e6c65ea1ad5ec70bef913e5fc4db3568b7 (diff) | |
download | Qt-cb65d5a354bf0eb2be6a3f24a8352874a4aaf877.zip Qt-cb65d5a354bf0eb2be6a3f24a8352874a4aaf877.tar.gz Qt-cb65d5a354bf0eb2be6a3f24a8352874a4aaf877.tar.bz2 |
Document the time format pattern for timezone info.
Apparently Qt already supports a format pattern for the timezone info, so it
should be mentioned in the doc.
Reviewed-by: Thiago
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qdatetime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qdatetime.cpp b/src/corelib/tools/qdatetime.cpp index 459d76a..c12095f 100644 --- a/src/corelib/tools/qdatetime.cpp +++ b/src/corelib/tools/qdatetime.cpp @@ -1611,6 +1611,7 @@ QString QTime::toString(Qt::DateFormat format) const \i use AM/PM display. \e AP will be replaced by either "AM" or "PM". \row \i ap or a \i use am/pm display. \e ap will be replaced by either "am" or "pm". + \row \i t \i the timezone (for example "CEST") \endtable All other input characters will be ignored. Any sequence of characters that |