Setting the Timezone - TheCrypt0/yi-hack-v4 GitHub Wiki
How to set the timezone
- Connect to the camera via SSH or Telnet (with PuTTY or WinSCP). The default password for user root is blank (leave it empty).
- Get your timezone string from this page.
- Run
echo yourTZstring > /etc/TZ
- e.g. if your timezone is America/New_York, then, you should run
echo EST5EDT,M3.2.0,M11.1.0 > /etc/TZ
- Reboot the camera:
reboot
- You can check if the timezone was correctly set by running the
date
command.