Index: sources/view/settings/VDateTime.cpp =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 --- sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/view/settings/VDateTime.cpp (.../VDateTime.cpp) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) @@ -254,6 +254,9 @@ { _currentDateTime = QDateTime::currentDateTime(); + time (_currentDateTime.toString(_Settings.timeFormat())); + date (_currentDateTime.toString(_Settings.dateFormat())); + current (_currentDateTime.toString(_Settings.getDatetimeFormat())); timezone(QTimeZone::systemTimeZone().abbreviation(_currentDateTime));