Skip to content

Setting timezone (only version lower than 0.3.0)

roleo edited this page Apr 5, 2020 · 1 revision

How to set the timezone

  1. Connect to the camera via SSH or Telnet. The default password for user root is blank (leave it empty).
  2. Get your timezone string from this page.
  3. Run
echo yourTZstring > /etc/TZ

e.g. for Europe/Rome set echo CET-1CEST,M3.5.0,M10.5.0/3 > /etc/TZ

  1. Reboot the camera:
sync
reboot -f