influxdb/oauth2/time.go

7 lines
156 B
Go
Raw Normal View History

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