Android: use getprop persist.sys.timezone to get and set the time zone

Untested. Maybe
fixes #1351
This commit is contained in:
Frank Denis 2020-06-06 15:30:32 +02:00
parent 9d1eee4b29
commit b0e883ebc6
3 changed files with 28 additions and 0 deletions

View file

@ -27,6 +27,7 @@ type App struct {
}
func main() {
TimezoneSetup()
dlog.Init("dnscrypt-proxy", dlog.SeverityNotice, "DAEMON")
seed := make([]byte, 8)