openwisp / netjsonconfig

Network configuration management library based on NetJSON DeviceConfiguration
https://netjsonconfig.openwisp.org/
Other
359 stars 71 forks source link

[bug] Africa/Cairo Timezone missing (others may be missing too) #287

Closed momothefox closed 3 months ago

momothefox commented 11 months ago

In a template, Configuration Menu > General > timezone missing Africa/Cairo Please add.

nemesifier commented 11 months ago

Thanks for reporting @momothefox, I moved the issue to the relevant repositories. I found the timezone list supported by the OpenWrt web UI here: https://github.com/openwrt/luci/blob/master/modules/luci-lua-runtime/luasrc/sys/zoneinfo/tzdata.lua We should make sure we have all of these in the schema. Patching the schema is easy if you need a quickfix for your installation, the file is here: https://github.com/openwisp/netjsonconfig/blob/master/netjsonconfig/backends/openwrt/timezones.py.