Enquanto você pode usar
sudo timedatectl --adjust-system-clock set-local-rtc true
para definir o relógio do hardware para usar a hora local, isso desativará a sincronização do NTP e timedatectl status
notificará você claramente:
Network time on: yes NTP synchronized: no RTC in local TZ: yes
Warning: The system is configured to read the RTC time in the local time zone. This mode can not be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it.
If at all possible, use RTC in UTC by calling
'timedatectl set-local-rtc 0'.
Portanto, não parece haver nenhuma maneira de ter esse trabalho sem quebrar a adaptação do DST (Então, novamente, DST deve ser abolido por completo ...).