zuerst Laengengrad, dann Breitengrad
This commit is contained in:
+1
-1
@@ -324,7 +324,7 @@ func downloadmetricsHandler(response http.ResponseWriter, request *http.Request)
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
mytime := t.In(location).Format("02.01.2006 15:04")
|
mytime := t.In(location).Format("02.01.2006 15:04")
|
||||||
fmt.Fprintf(response, "\"%s\",%s,%s\n", mytime, s[8], s[9])
|
fmt.Fprintf(response, "\"%s\",%s,%s\n", mytime, s[9], s[8])
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user