const github.com/prometheus/common/model.second

9 uses

	github.com/prometheus/common/model (current package)
		time.go#L30: 	second = int64(time.Second / minimumTick)
		time.go#L59: 	return Time(t * second)
		time.go#L95: 	return time.Unix(int64(t)/second, (int64(t)%second)*nanosPerTick)
		time.go#L101: 	return int64(t) / second
		time.go#L111: var dotPrecision = int(math.Log10(float64(second)))
		time.go#L115: 	return strconv.FormatFloat(float64(t)/float64(second), 'f', -1, 64)
		time.go#L132: 		*t = Time(v * second)
		time.go#L139: 		v *= second