Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
SermoDigital
/
jose
/
time.go
blob: f366a7a67f10d77b1a13e708c27775e8647f3661 [
file
] [
log
] [
blame
]
package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }