What's new

Timezone difference warning

  • 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!

I'm still having this issue with both routers and firmwares.
AC66U with Johns 374.43 LTS releases (V44EA)
AC88U with Merlin 384.18
On WLAN professional settings page, both routers show the timezone mismatch with local time even though the time in system log page is correct.
 
Code:
* FIXED: webui: update state.js with fixed timezone test; remove local copy from Admin page
                 function corrected_timezone existed in two places

$ grep corrected_timezone -r release/src/router
release/src/router/www/ParentalControl.asp: corrected_timezone();
release/src/router/www/state.js:function corrected_timezone(){
release/src/router/www/Advanced_WAdvanced_Content.asp: corrected_timezone();
release/src/router/www/Advanced_Firewall_Content.asp: corrected_timezone();
release/src/router/www/Advanced_System_Content.asp: corrected_timezone();
release/src/router/www/Advanced_System_Content.asp:function corrected_timezone(){

@fiasko I'm not going to churn the official release, but will put up a new fork build for you. Only the Admin/System page was fixed in the current build.

EDIT: I've put up a 44EB build in my development folder which should fix things up
https://1drv.ms/f/s!Ainhp1nBLzMJiF2l3WjM46lSmxrH
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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