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