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!

Processes from Entware using UTC instead of local time

microlah

New Around Here
Hi everyone. Currently I have using the AC86U router with the latest 378.54_2 firmware. I have installed a couple of packages from Entware. However I noticed a problem where all the processes from Entware are using UTC instead of local time (UTC+8) when logging on the system log page, as highlighted below in red. I am wondering if it is possible to change the behaviour so that everything would use local time consistently.

nhqGqQS.png
 
Try the following
1. Install appropriate zoneinfo. For Europe
Code:
opkg install zoneinfo-europe
2. Create a symlink to your zone. For Paris
Code:
ln -sf /opt/share/zoneinfo/Europe/Paris /etc/localtime
3. Check if it helps.
4. Create a script in /opt/etc/init.d to make a symlink at boot
 

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