MarkRH
Senior Member
The ASUS firmware also does this. After doing a Factory Reset, then setting the Timezone correct, not everything seems to be on the same clock. I turned on my blu-ray player and the System Log shows:
Notice how it thinks it connected on Nov 3rd like it's on UTC time. This also cause the daily traffic monitor to be thrown off as well. Doing the Date command via SSH shows the correct date.
Although, not sure if UTC is really correct. How would I make it be CST?
Code:
Nov 2 18:04:12 httpd: start httpd
Nov 2 18:04:12 miniupnpd[976]: could not open lease file: /var/lib/misc/upnp.leases
Nov 2 18:04:12 miniupnpd[976]: HTTP listening on port 57184
Nov 2 18:04:12 miniupnpd[976]: Listening for NAT-PMP/PCP traffic on port 5351
Nov 2 18:04:13 hour monitor: daemon is starting
Nov 2 18:04:51 dropbear[979]: Child connection from 192.168.1.184:64401
Nov 2 18:05:05 dropbear[979]: Password auth succeeded for '(removed)' from 192.168.1.184:64401
Nov 3 00:07:39 dnsmasq-dhcp[442]: DHCPDISCOVER(br0) (removed)
Nov 3 00:07:39 dnsmasq-dhcp[442]: DHCPOFFER(br0) 192.168.1.191 (removed)
Nov 3 00:07:39 dnsmasq-dhcp[442]: DHCPREQUEST(br0) 192.168.1.191 (removed)
Nov 3 00:07:39 dnsmasq-dhcp[442]: DHCPACK(br0) 192.168.1.191 (removed)
Code:
@RT-AC68U-4D50:/tmp/home/root# date
Mon Nov 2 18:08:02 UTC 2015
Although, not sure if UTC is really correct. How would I make it be CST?