##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/zoneinfoto list the region names and findYOUR_REGION_NAME. - Type
ls -l /usr/share/zoneinfo/YOUR_REGION_NAME/to findYOUR_TIMEZONE_NAMEfor your region. - Type
echo 'systemctl set-environment TZ=YOUR_REGION_NAME/YOUR_TIMEZONE_NAME' >> .config/autostart.sh