Wallace_n_Gromit
Senior Member
include the HH and the MM /tmp/home/root# date 0316HHMM2021 << you want this information to be as accurate as possibleI set that command in SSH session like this:
/tmp/home/root# date 03162021
and i see a log in router
Mar 16 20:21:10 crond[261]: time disparity of -72340 minutes detected
I can see router change date to March 16, but 2018
Fri Mar 16 20:21:04 DST 2018
when you did >> /tmp/home/root# date 03162021 You set the Month 03, the Day 16, the Hour 20, the Minute 21, and did NOT set the YYYY so, the year stays 2018....
Do something like this: /tmp/home/root# date 031616352021 << March 16, 2021 4:35PM (1635HRS)
Remember, this is just a half-way hack.... gotta figure out how to get your router's NTP to update so you don't have to do this.
Last edited: