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
-