Ubuntu change daily updates time

in ubuntu change apt daily timer, to adjust when unattended updates are run, and when automatic reboot is performed

sudo systemctl edit apt-daily.timer

add following config

OnCalendar=
OnCalendar=*-*-* 4:00
RandomizedDelaySec=1h

save and check next time it would run using command

systemctl status apt-daily.timer