What's new

Allways the same issue with NTP

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

aksool

Occasional Visitor
HI ,

i have load the new Merlin firmware , the Time is Good but i have always the same message that the system time is not synchronize
1612878635250.png

But time is correct
1612878708683.png


the only mention i have that daylight saving time is enable - we are in february

Anyone have a solution , i change a lot of time the firmware , and allways the same issue ( before internet says disconnect , but now this issue is no more present)

Big thanks
 
what is this recurring 'message' you're referring to? what does it say and where do you see it?

i do see from the first screen capture you posted that your router thinks it's in a time zone different from what you've selected (GMT -05:00 Eastern Time). i'm not sure why that is.

your DST start & end dates (for Canada) are set correctly (the firmware often gets these wrong).
 
here the picture in english
1612886551424.png

1612886568266.png

1612886574080.png


time is correct , but i have always the same message .
I verify the DST , and it's correct
 
when i rebooted the routeur before the NTP sync i see that (5 may 01:05 )
1612886726618.png

and then the NTP syncrhonize with the good time
1612886768696.png
 
right, that's what i said, your selected TZ is different from the router's locale. you said there was a message about time not being synchronized, i don't see any such message. i think you're talking about the differing TZ locale message, but the router IS syncing with the time server.
 
when you reboot the router, before it's had time to set its internal clock, the initial date shown in the log will not be correct. this is normal.
 
right, that's what i said, your selected TZ is different from the router's locale. you said there was a message about time not being synchronized, i don't see any such message. i think you're talking about the differing TZ locale message, but the router IS syncing with the time server.
and for the TZ , what can i do
 
and for the TZ , what can i do
I was unable to find in github the code which relates time_zone with locale.
I do not receive the locale message using UTF-8 English.
Code:
# set | grep UTF
LANG='en_US.UTF-8'
LC_ALL='en_US.UTF-8'

# nvram getall | grep time_zone
time_zone=EST5DST
time_zone_dst=1
time_zone_dstoff=M3.2.0/2,M11.1.0/2
time_zone_x=EST5DST,M3.2.0/2,M11.1.0/2
 
From the System page in the router GUI, open the Browser Console (F12) and enter these two commands and post the output:
Code:
uptimeStr_update
Date().toString()
Both outputs should have "-0500" in them.

1612899387107.png


The DST message is only indicating that your timezone supports DST (e.g. EST5DST).
 
Last edited:
From the System page in the router GUI, open the Browser Console (F12) and enter these two commands and post the output:
Code:
uptimeStr_update
Date().toString()
Both outputs should have "-0500" in them.

View attachment 30552

The DST message is only indicating that your timezone supports DST (e.g. EST5DST).

I am too novice for that. Could you explain more please
on the system gui , and with F12 , i have this
1612978112846.png
 
As you can see , both have -0500 as you mention
The bug is that the '-' in 'nord-americain' confuses the logic of the check. If only we had a French-speaking firmware developer? :rolleyes: :)
 
i put the system in english
1612979263576.png

may be reboot in english the routeur or reupload the firmware in english ?
 
i change the TZ , and i have always
Date().toString()
"Wed Feb 10 2021 12:49:48 GMT-0500 (heure normale de l’Est nord-américain)"
uptimeStr_update
"Wed, 10 Feb 2021 11:50:02 -0600(101645 secs since boot)"
 
I DIT IT - IT WORKS .
the only thing i change in win10 parameters is this
i unchek the daylight savings

1612979755264.png
 

Attachments

  • 1612979716295.png
    1612979716295.png
    345.5 KB · Views: 66
1612981439321.png

My win10 and the routeur is still in french .
The only things i have , desactivate the daylight saving time
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top