Sign in
edge
/
third_party
/
SermoDigital
/
jose
/
5d7fcbc3e492ba754c75700fbfa18bc498a705db
/
.
/
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() }