Index: sources/view/settings/VDateTime.cpp =================================================================== diff -u -r6e9dccd1109d9c8d4ee4b6a21260618969a1706b -r0c64e71015c97fb070ebb731a61f62fdff1a89b1 --- sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 6e9dccd1109d9c8d4ee4b6a21260618969a1706b) +++ sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 0c64e71015c97fb070ebb731a61f62fdff1a89b1) @@ -69,7 +69,7 @@ month (_currentTime.toString("MM" )); year (_currentTime.toString("yyyy" )); - timezone(QTimeZone::systemTimeZone().abbreviation(_currentTime)); + // timezone(QTimeZone::systemTimeZone().abbreviation(_currentTime)); // TODO: Commenting out Timezone field until no longer hardset as PST status(""); } @@ -255,7 +255,7 @@ _currentDateTime = QDateTime::currentDateTime(); current (_currentDateTime.toString(_Settings.getDatetimeFormat())); - timezone(QTimeZone::systemTimeZone().abbreviation(_currentDateTime)); + //timezone(QTimeZone::systemTimeZone().abbreviation(_currentDateTime)); // TODO: Commenting out Timezone field until no longer hardset as PST quint16 military = _currentDateTime.time().hour() * 100 + _currentDateTime.time().minute(); greeting(military);