I would like to use the cool feature for adguard which allows you to schedule blocked services.
I receive this odd error , can someone please help as I really want to use this
I would like to use the cool feature for adguard which allows you to schedule blocked services.
I receive this odd error , can someone please help as I really want to use this
Try connecting with ssh and use UCI commands
This is for my country, Your going to have to lookup what ntp server that is closest to your location to use but Pacific/Rarotonga looks right
uci delete system.ntp.server
uci add_list system.ntp.server='0.ca.pool.ntp.org'
uci add_list system.ntp.server='1.ca.pool.ntp.org'
uci add_list system.ntp.server='2.ca.pool.ntp.org'
uci add_list system.ntp.server='3.ca.pool.ntp.org'
uci set system.@system[0].zonename=America/Toronto
uci commit
it seems that the issue is not with the host yet rather with the software adguard , nevertheless I had reconfigured the system time on my host yet adguard still shows current time is in UTC
What is your adguard version?
Have you installed the zoneinfo package matching your location ?