meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
734 stars 206 forks source link

[Feature Request]: Change timezone setting from a textbox into a dropdown list #1249

Open battlehax opened 1 month ago

battlehax commented 1 month ago

Contact Details

bitflip @discord

Tell us your idea.

I believe a useful and hopefully simple enhancement would be to change the tzdef setting in Radio Config>Device>POSIX Timezone into a list containing the zones listed in the link from the docs, https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv The list could also possibly display the human readable timezone from the first column of the csv, and apply the proper posix timezone from the second column. Not a huge deal, but it would be nice, and save some setup steps. Would this be possible/beneficial?

Relevant log output

No response

Code of Conduct

madeofstown commented 1 month ago

I think that's way too many options for a drop down but I don't know of a better way to do it. As it is now, it's annoying to have to lookup and type in the proper code but I think it would also be annoying to scroll through all the different timzone options.

garthvh commented 1 month ago

You can detect locale and sett the right value, drop down would be awful and most users would not know what to pick