Using time zones - Entware/Entware GitHub Wiki

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