Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
Ubuntu 13.04 x64, stock g++
-
5c672954e391d43e1fb94e6d76aaedc987dea468 (qt/qtdeclarative/dev)
Description
Look at the code below (also linked) – the strings displayed are the same with local time zone set to GMT+3, but different with GMT-5:
import QtQuick 2.0 Item { width: 400; height: 200 property date date1: "2014-02-04" property date date2 Text { anchors.centerIn: parent text: date1 + "\n" + date2 } Component.onCompleted: date2 = "2014-02-04" }
Attachments
Issue Links
- relates to
-
QTBUG-24895 QML's parsing of ISO 8601 date strings is inconsistent with V8.
-
- Closed
-
For Gerrit Dashboard: QTBUG-36635 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
126541,5 | QML DateTime behaves differently if assigned at start or in onComplete | 5.6 | qt/qtdeclarative | Status: ABANDONED | 0 | 0 |
305541,2 | Drop special casing of QDateTime when setting values | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |