mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
Android: use getprop persist.sys.timezone to get and set the time zone
Untested. Maybe fixes #1351
This commit is contained in:
parent
9d1eee4b29
commit
b0e883ebc6
3 changed files with 28 additions and 0 deletions
|
@ -27,6 +27,7 @@ type App struct {
|
|||
}
|
||||
|
||||
func main() {
|
||||
TimezoneSetup()
|
||||
dlog.Init("dnscrypt-proxy", dlog.SeverityNotice, "DAEMON")
|
||||
|
||||
seed := make([]byte, 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue