summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-32/+42
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-4/+4
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-24/+24
* QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
* Repack structs with more than one padding holeThiago Macieira2013-12-031-3/+5
* QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
* QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-2/+3
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-6/+6
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-0/+65
* QTimeZone - Define new class and apiJohn Layt2013-09-221-0/+643