summaryrefslogtreecommitdiffstats
path: root/qtools/qdatetime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-15/+13
|
* Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵Ximin Luo2016-05-091-0/+23
| | | | | | | | | | | | SOURCE_DATE_EPOCH According to the SOURCE_DATE_EPOCH spec [1], "Formatting MUST be deferred until runtime if an end user should observe the value in their own locale or timezone." However setTime_t uses localtime, so the output is in the timezone of the build machine running doxygen, and not the timezone of the reader consuming the final output. To adhere to the spec, the easiest option is to add a setTimeUtc_t function that is the same as setTime_t, but only uses gmtime instead of first trying localtime. [1] https://reproducible-builds.org/specs/source-date-epoch/
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-2/+2
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-1/+1
|
* Release-1.2.6-20010422Dimitri van Heesch2001-04-221-1/+1
|
* Release-1.2.6-20010401Dimitri van Heesch2001-04-011-1/+1
|
* Release-1.2.3-20001203Dimitri van Heesch2000-12-031-1/+1
|
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+1434