Cannot change the timezone

Hi, I have GL-AR300M16 with the latest firmware 4.3.27 and I cannot change the timezone from UTC to anything else. It says "Applied!" but it just flips back to UTC and then complaints it does not match the timezone of the browser.
Tried to change it from two different browsers. No difference.
Please advise.
Thanks

What TZ do you need & can you login via ssh?

My VPN won't work if the router is in different timezone, right?
I need it in BST/GMT

I can login via SSH but never tried it.

Is your country listed in the router's time zone selection list? Which time zone did you select? Could you please send me a screenshot of your settings?

If the list doesn't include the time zone or country you need, we can try to add it.

Hi again, I can see all the cities on the list, I pick London but it simply does not apply the setting.

It certainly should if it can reach a NTP server. I just use UTC to keep it simple as it works everywhere. I've yet to have a problem with my VPN provider.

Via ssh:

uci -q batch <<- __EOF
	set system.@system[0].zonename='Europe/London'
	set system.@system[0].timezone='GMT0BST,M3.5.0/1,M10.5.0'
	set system.@timeserver[0].server='0.openwrt.pool.ntp.org 1.openwrt.pool.ntp.org 2.openwrt.pool.ntp.org 3.openwrt.pool.ntp.org 104.167.241.197 73.239.145.47 142.147.88.111 171.66.97.126'
	set system.@timeserver[0].use_dhcp='0'
__EOF
uci commit system && /etc/init.d/system restart

This'll also add some NTP IPs in case something goes weird with DNS. It also forces the device to ignore any immediate upstream network attempts to assign the time.

... but really, what you're experiencing using the GL.iNet GUI shouldn't be happening.

I tried changing different settings and it does not apply them even after saying "Applied". On/Off buttons go back to their default setting. It is not only the timezone that won't stick.
I think this problem developed after the automated firmware upgrade I did.
I decide to reset the firmware and see if I can change anything.
Thank you

Here; once you get everything proper, you'll want to make a back up:

opkg update && opkg install openssh-sftp-server

ok, so I have reset the firmware then I was able to change the timezone however I don't think everything works. I have moved on to configure the VPN, I have uploaded the VPN configuration, set the username and password, hit Apply. it said it saved the configuration however when I go back to VPN to turn it on basically, it's not there, I see the same default screen Open VPN Client -> New Provider -> Select a file or drag it here. Is this device broken or should I downgrade that firmware maybe?
Please advise

Let's just confirm your TZ is correct ATM. Please post the output of uci show system. Use ``` on the lines before & after to format it

like this

In the latest verisons of the GL firmware it should also be viewable under System -> Time Zone.


Once confirmed open a new thread regarding the VPN issue. Pls include the device, firmware version. It'll help others that may stumble upon it when faced with a similar problem.

Yes, it says Europe\London

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.