javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

RT-N14U time zone problem #1278

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.change time zone
2.my wifi signal strong but no connection
3.

What is the expected output? What do you see instead?
It should be exact time and date

What version of the product are you using? On what operating system?
RT-N14U OS-Winxp

Please describe the problem as detailed as it's possible.
Can't change the time, Have a strong signal but no connection due to the time 
zone

Original issue reported on code.google.com by kimoxab...@gmail.com on 3 Jul 2014 at 1:09

GoogleCodeExporter commented 9 years ago
I have the same problem: strong connection shown on my devices (tablet, pc, 
etc.) but cannot connect to teh router nor the internet.
When I check teh logs, teh last entry is always a time update.
I tried to remove the automatic update connection but it seems that there is 
not such option and teh router keep connecting to a server on the net to 
update. 
I have set up the update to happen every 2 weeks, but it seems it does not help.

Original comment by gianluig...@gmail.com on 31 Jul 2014 at 7:08

GoogleCodeExporter commented 9 years ago
For me, the time is correctly updated by the ntp client but displayed using the 
wrong time zone code. 
/home/root # nvram get time_zone_x
UCT-10
/home/root # echo ${TZ}

/home/root # date
Thu Oct 23 17:12:32 UCT 2014

/home/root # export TZ=EST-10EST,M10.1.0,M4.1.0/3
/home/root # date
Thu Oct 23 18:12:51 EST 2014

All of the Australian timezones need to be fixed. The following link has them 
right:
http://wiki.openwrt.org/doc/uci/system#time.zones

Original comment by jski...@gmail.com on 23 Oct 2014 at 7:15