Index: sources/view/settings/VDateTime.cpp =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -r9b58df3a20dc6cb4e54d241c6cebc80c006bf249 --- sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 9b58df3a20dc6cb4e54d241c6cebc80c006bf249) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file VDateTime.cpp - * \author (last) Vy - * \date (last) 16-Aug-2023 + * \author (last) Dara Navaei + * \date (last) 12-Nov-2025 * \author (original) Behrouz NematiPour * \date (original) 16-Apr-2021 * @@ -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);