- fk
This commit is contained in:
@@ -63,7 +63,7 @@ func StrTime2JxOperationTime(strTime string, defValue int16) int16 {
|
||||
}
|
||||
|
||||
func JxOperationTime2StrTime(value int16) string {
|
||||
return fmt.Sprintf("%02d:%02d:00", value/100, value%100)
|
||||
return fmt.Sprintf("%02d:%02d", value/100, value%100)
|
||||
}
|
||||
|
||||
func GetPolygonFromCircle(lng, lat, distance float64, pointCount int) (points [][2]float64) {
|
||||
|
||||
Reference in New Issue
Block a user