##This is the most up to date and simplest solution to fix the issue with the wrong time shown in Embedded PMP’s UI
- SSH into your embedded PMP machine.
- Type
ls -l /usr/share/zoneinfo
to list the region names and findYOUR_REGION_NAME
. - Type
ls -l /usr/share/zoneinfo/YOUR_REGION_NAME/
to findYOUR_TIMEZONE_NAME
for your region. - Type
echo 'systemctl set-environment TZ=YOUR_REGION_NAME/YOUR_TIMEZONE_NAME' >> .config/autostart.sh