Index: sources/view/settings/VDateTime.cpp =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -re6e71cbbc517aed1faf1be91e84fb09e4fdf023d --- sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision e6e71cbbc517aed1faf1be91e84fb09e4fdf023d) @@ -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);