diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh
index 6de00e7326b8b7aa5009d659756b9603999dde8e..eb2a16b76346aaca1a3248b5e46ba1543ccdaef4 100644
--- a/scripts/linuxparty.sh
+++ b/scripts/linuxparty.sh
@@ -476,13 +476,6 @@ then
   $DEBUG ufw enable
 fi
 
-# set hw clock to non-utc (because of windows)
-if askyesno "System: Soll die Harware-Uhr lokale Zeit statt UTC verwenden ?"
-then
-  $DEBUG timedatectl set-local-rtc 1
-fi
-
-
 echo "Installation:"
 echo "Programme, die für alle Fachrichtungen interressant sind (7zip, gimp, git, ... )"
 if [ -z "$NOGUI" ] || (askyesno "Sollen diese Programme installiert werden ?"); then