You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Purpose
This is required by Mopidy-AlarmClock integration (pimusicbox/pimusicbox#270).
Proposed solution
In web interface
/usr/share/zoneinfo/
(may be there is better way to get list of timezones from OS)In /opt/musicbox/startup.sh
/usr/share/zoneinfo/$TIMEZONE
is a fileecho $TIMEZONE > /etc/timezone
rm -f /etc/localtime
cp /usr/share/zoneinfo/$TIMEZONE /etc/localtime
The code snippet is untested.
The text was updated successfully, but these errors were encountered: