We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef47af commit b99579cCopy full SHA for b99579c
.gitignore
@@ -0,0 +1,2 @@
1
+binclock
2
+dist
main.go
@@ -50,7 +50,7 @@ func getBin(n int) [4]int {
50
51
// https://github.com/golang/go/issues/20455
52
func fixTimezone() {
53
- if runtime.GOOS != "linux" {
+ if runtime.GOOS != "android" {
54
return
55
}
56
out, err := exec.Command("/system/bin/getprop", "persist.sys.timezone").Output()
0 commit comments