Index: sources/gui/qml/main.qml =================================================================== diff -u -r2d0bacfbe1b70055247eb40743405a5f9acb15e3 -rec7f919fdb70ff29a8de627937e4ad7008e59c1c --- sources/gui/qml/main.qml (.../main.qml) (revision 2d0bacfbe1b70055247eb40743405a5f9acb15e3) +++ sources/gui/qml/main.qml (.../main.qml) (revision ec7f919fdb70ff29a8de627937e4ad7008e59c1c) @@ -311,7 +311,7 @@ anchors { top : parent.top left : parent.left - leftMargin : 1100 + leftMargin : 1090 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -321,6 +321,22 @@ font.pixelSize: 14 } + Text { // TEST : Current timezone + color : Colors.textMain + anchors { + top : parent.top + left : parent.left + leftMargin : 1220 + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : vDateTime.timezone + font.pixelSize: 14 + } + + SDItem { id: _sdItem // TODO: disable this later. this is only for diagnostic purpose. onDoubleClicked : {