influxdb/oauth2/time.go

7 lines
154 B
Go
Raw Normal View History

package oauth2
import "time"
// DefaultNowTime returns UTC time at the present moment
var DefaultNowTime = func() time.Time { return time.Now().UTC() }