Skip to content
inspector71 edited this page Sep 7, 2021 · 10 revisions

Introduction

If some Entware daemons use GMT instead of local time, you can fix it by following these instructions:

Using time zones in Entware

List available time zone packages:

opkg list zoneinfo*

Install desired one:

opkg install zoneinfo-europe

Create /opt/etc/localtime symlink to the chosen time zone:

ln -sf /opt/share/zoneinfo/Europe/Moscow /opt/etc/localtime 

Links

Clone this wiki locally