What's new
  • 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!

Timezone mismatch?

Gary_Dexter

Senior Member
Timezone in the GUI is set correctly:

1743662527914.png

1743662636729.png


But for some reason, console reports the Timezone as IST?

1743662763257.png

And AMTM reports as DST

1743662860575.png
 
But for some reason, console reports the Timezone as IST?
That's normal for asuswrt. Notice how the GUI doesn't differentiate between Dublin and London. So it's shows IST (Irish Standard Time).

See this post:

The IST annoyed me as well so I persuaded @thelonelycoder to include the TZ variable in his scripts so that they display DST instead. I've also added the following line to my /jffs/configs/profile.add to correct the timezone in the shell:
Code:
export TZ="`nvram get time_zone_x`"
Looking back at my other post I suppose I could have instead changed the link for /etc/localtime so that it points to London instead of Dublin (but of course that's not a general solution for people in other countries).
 
Last edited:
Similar threads
Thread starter Title Forum Replies Date
inakaya RT-AX86U_PRO_3004_388.8_4 firmware MD5 checksum mismatch Asuswrt-Merlin 4

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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