smart-underworld / seestar_alp

Complete Control and Automation for Seestar S50
Other
67 stars 32 forks source link

Added time zone support for docker container #9

Closed pcyvr closed 3 months ago

pcyvr commented 3 months ago

Docker containers set time zone to UTC by default - causes action-add_schedule_item_wait_until_time to fail unless local time zone is UTC.

This update allows user to set local time zone using an environment variable in run.sh. (There may be slicker ways to do this that would not require user to modify run.sh)

Tested on Mac (Apple Silicon) only.