Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp	(revision 25685)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp	(revision 25686)
@@ -86,8 +86,4 @@
     mCbToolBarAlignment->setEnabled (mCbShowToolBar->isChecked());
 
-    /* RTC use UTC */
-    bool rtcUseUTC = mMachine.GetRTCUseUTC ();
-    mCbTCUseUTC->setChecked (rtcUseUTC);
-
     /* Snapshot folder */
     mPsSnapshot->setPath (aMachine.GetSnapshotFolder());
@@ -124,7 +120,4 @@
     mMachine.SetExtraData (VBoxDefs::GUI_MiniToolBarAlignment,
                            mCbToolBarAlignment->isChecked() ? "top" : "bottom");
-
-    /* RTC reports time in UTC */
-    mMachine.SetRTCUseUTC (mCbTCUseUTC->isChecked());
 
     /* Saved state folder */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.ui
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.ui	(revision 25685)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.ui	(revision 25686)
@@ -241,33 +241,4 @@
            </widget>
           </item>
-          <item row="5" column="0" >
-           <widget class="QLabel" name="mLbRTCUseUTC" >
-            <property name="text" >
-             <string>Hardware clock:</string>
-            </property>
-            <property name="alignment" >
-             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-            </property>
-           </widget>
-          </item>
-          <item row="5" column="1" >
-           <widget class="QCheckBox" name="mCbTCUseUTC" >
-            <property name="sizePolicy" >
-             <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
-              <horstretch>0</horstretch>
-              <verstretch>0</verstretch>
-             </sizepolicy>
-            </property>
-            <property name="whatsThis" >
-             <string>If checked, the RTC device will report the time in UTC, otherwise in local (host) time. Unix usually expects the hardware clock to be set to UTC.</string>
-            </property>
-            <property name="text" >
-             <string>Report &amp;UTC time</string>
-            </property>
-            <property name="checked" >
-             <bool>false</bool>
-            </property>
-           </widget>
-          </item>
          </layout>
         </widget>
Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp	(revision 25685)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp	(revision 25686)
@@ -170,4 +170,8 @@
     mCbEFI->setChecked (mMachine.GetFirmwareType() >= KFirmwareType_EFI && mMachine.GetFirmwareType() <= KFirmwareType_EFIDUAL);
 
+    /* RTC */
+    bool rtcUseUTC = mMachine.GetRTCUseUTC ();
+    mCbTCUseUTC->setChecked (rtcUseUTC);
+
     /* CPU count */
     bool fVTxAMDVSupported = vboxGlobal().virtualBox().GetHost()
@@ -233,4 +237,7 @@
     /* EFI */
     mMachine.SetFirmwareType (mCbEFI->isChecked() ? KFirmwareType_EFI : KFirmwareType_BIOS);
+
+    /* RTC */
+    mMachine.SetRTCUseUTC (mCbTCUseUTC->isChecked());
 
     /* RAM size */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.ui
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.ui	(revision 25685)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.ui	(revision 25686)
@@ -343,5 +343,21 @@
         </widget>
        </item>
-       <item row="6" column="0" colspan="3">
+       <item row="6" column="1" >
+        <widget class="QCheckBox" name="mCbTCUseUTC" >
+         <property name="sizePolicy" >
+          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+           </sizepolicy>
+         </property>
+         <property name="whatsThis" >
+          <string>If checked, the RTC device will report the time in UTC, otherwise in local (host) time. Unix usually expects the hardware clock to be set to UTC.</string>
+         </property>
+         <property name="text" >
+          <string>Hardware clock in &amp;UTC time</string>
+         </property>
+        </widget>
+       </item>
+       <item row="7" column="0" colspan="3">
         <spacer name="mSpVer1">
          <property name="orientation">
