It introduced a regression by requiring that a p/P was also present:
QTime time = QTime::currentTime();
qDebug() << time.toString("h:mm:ss a");
// Outputs "10:05:42 am" in Qt 4.8.
// Outputs "10:05:42 a" with
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| qdatetime.pro | ||
| tst_qdatetime.cpp | ||