open-consul/vendor/github.com/SermoDigital/jose/time.go
2018-06-25 12:26:10 -07:00

7 lines
118 B
Go

package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }